Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp2256 int fd4 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local
2257 EXPECT_TRUE(fd4 != -1); in TEST_F()
2260 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()