Searched refs:read_fd6 (Results 1 – 3 of 3) sorted by relevance
/external/android-clat/ |
D | clatd.c | 250 tunnel->read_fd6 = ring_create(tunnel); in open_sockets() 251 if (tunnel->read_fd6 < 0) { in open_sockets() 340 if (!configure_packet_socket(tunnel->read_fd6)) { in configure_clat_ipv6_address() 446 { tunnel->read_fd6, POLLIN, 0 }, in event_loop() 465 recv(tunnel->read_fd6, NULL, 0, MSG_PEEK); in event_loop()
|
D | tun.h | 31 int read_fd6, write_fd6, fd4; member
|
D | clatd_test.cpp | 567 .read_fd6 = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)), in makeTunData() 574 close(tunnel->read_fd6); in freeTunData() 1057 expectSocketBound(sTun.ifindex(), tunnel.read_fd6); in TEST_F() 1081 ASSERT_EQ(0, getsockname(tunnel.read_fd6, reinterpret_cast<sockaddr *>(&sll), &len)); in TEST_F() 1085 expectSocketBound(sTun.ifindex(), tunnel.read_fd6); in TEST_F() 1094 .read_fd6 = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)), in TEST_F()
|