Searched refs:fd4 (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/clatd/ |
D | clatd.c | 148 translate_packet(tunnel->fd4, 0 /* to_ipv6 */, buf.payload + tp_net, pkt_len - tp_net); in process_packet_6_to_4() 158 ssize_t readlen = read(tunnel->fd4, &buf, sizeof(buf)); in process_packet_4_to_6() 289 { tunnel->fd4, POLLIN, 0 }, in event_loop()
|
D | main.c | 104 if (tunfd_str != NULL && !parse_int(tunfd_str, &tunnel.fd4)) { in main() 108 if (!tunnel.fd4) { in main()
|
D | config.h | 26 int read_fd6, write_fd6, fd4; member
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | FdTest.cpp | 45 const Fd fd4(8); in TEST() local 46 const Fd fd5(fd4); in TEST()
|
/packages/modules/Connectivity/netd/ |
D | BpfHandler.cpp | 257 unique_fd fd4(bpf::mapRetrieveRW(m2)); if ( fd4.ok()) abort(); // busy due to fd1 in mapLockTest() local
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2635 int fd4 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local 2636 EXPECT_TRUE(fd4 != -1); in TEST_F() 2640 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
|