Searched refs:ETH_P_IPV6 (Results 1 – 2 of 2) sorted by relevance
634 FileDescriptor fd = Os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in test_PacketSocketAddress()636 new PacketSocketAddress(ETH_P_IPV6, lo.getIndex(), null /* sll_addr */); in test_PacketSocketAddress()640 assertEquals(ETH_P_IPV6, bound.sll_protocol); in test_PacketSocketAddress()
323 public static final int ETH_P_IPV6 = placeholder(); field in OsConstants