Searched refs:configure_packet_socket (Results 1 – 4 of 4) sorted by relevance
30 int configure_packet_socket(const int sock, const in6_addr* const addr, const int ifindex);
176 EXPECT_EQ(0, configure_packet_socket(s, &addr6, v6Iface.ifindex())); in TEST_F()
220 int configure_packet_socket(const int sock, const in6_addr* const addr, const int ifindex) { in configure_packet_socket() function
353 int ret = net::clat::configure_packet_socket(sock, &addr, ifindex); in com_android_server_connectivity_ClatCoordinator_configurePacketSocket()