Searched refs:AF_PACKET (Results 1 – 6 of 6) sorted by relevance
66 public static final int AF_PACKET; field in OsConstants67 static { AF_PACKET = 0; }
132 public static final int AF_PACKET = placeholder(); field in OsConstants
431 } else if (ss.ss_family == AF_PACKET) { in makeSocketAddress()741 sll->sll_family = AF_PACKET; in javaPacketSocketAddressToSockaddr()1706 case AF_PACKET: in Linux_getifaddrs()2571 if (domain == AF_PACKET) { in Linux_socket()
69 initConstant(env, c, "AF_PACKET", AF_PACKET); in OsConstants_initConstants()
648 FileDescriptor fd = Os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in test_PacketSocketAddress()
165 field public static final int AF_PACKET;