Searched refs:fd3 (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | FdTest.cpp | 44 Fd fd3 = fd2; in TEST() local 48 EXPECT_TRUE(isWellFormed(fd3)); in TEST() 64 ss << fd3 << " " << fd6 << " " << bad << " " << weird; in TEST()
|
/packages/modules/Connectivity/netd/ |
D | BpfHandler.cpp | 256 unique_fd fd3(bpf::mapRetrieveRO(m2)); if (!fd3.ok()) abort(); // no lock taken in mapLockTest() local
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2617 int fd3 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local 2618 EXPECT_TRUE(fd3 != -1); in TEST_F() 2625 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F() 2735 int fd3 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, in TEST_F() local 2737 EXPECT_TRUE(fd3 != -1); in TEST_F() 2739 expectAnswersValid(fd3, AF_INET, "1.2.3.4"); in TEST_F()
|