Searched refs:fd3 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2239 int fd3 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local 2240 EXPECT_TRUE(fd3 != -1); in TEST_F() 2246 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F() 2361 int fd3 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, in TEST_F() local 2363 EXPECT_TRUE(fd3 != -1); in TEST_F() 2365 expectAnswersValid(fd3, AF_INET, "1.2.3.4"); in TEST_F()
|