Home
last modified time | relevance | path

Searched refs:fd1 (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp2131 int fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local
2133 EXPECT_TRUE(fd1 != -1); in TEST_F()
2142 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2149 fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F()
2152 EXPECT_TRUE(fd1 != -1); in TEST_F()
2159 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2225 int fd1; in TEST_F() local
2229 fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_aaaa, 0); in TEST_F()
2230 EXPECT_TRUE(fd1 != -1); in TEST_F()
2265 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
[all …]