Searched refs:fd2 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2132 int fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_aaaa, 0); in TEST_F() local 2134 EXPECT_TRUE(fd2 != -1); in TEST_F() 2138 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F() 2150 fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_aaaa, 0); in TEST_F() 2153 EXPECT_TRUE(fd2 != -1); in TEST_F() 2155 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F() 2236 int fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local 2237 EXPECT_TRUE(fd2 != -1); in TEST_F() 2251 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F() 2358 int fd2 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, in TEST_F() local [all …]
|