Searched refs:AF_PACKET (Results 1 – 4 of 4) sorted by relevance
120 public static final int AF_PACKET = placeholder(); field in OsConstants
418 } else if (ss.ss_family == AF_PACKET) { in makeSocketAddress()700 sll->sll_family = AF_PACKET; in javaPacketSocketAddressToSockaddr()1663 case AF_PACKET: in Linux_getifaddrs()2396 if (domain == AF_PACKET) { in Linux_socket()
69 initConstant(env, c, "AF_PACKET", AF_PACKET); in OsConstants_initConstants()
555 FileDescriptor fd = Os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in test_PacketSocketAddress()