Searched refs:ETH_P_IPV6 (Results 1 – 3 of 3) sorted by relevance
602 FileDescriptor fd = Os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in test_PacketSocketAddress()604 new PacketSocketAddress(ETH_P_IPV6, lo.getIndex(), null /* sll_addr */); in test_PacketSocketAddress()608 assertEquals(ETH_P_IPV6, bound.sll_protocol); in test_PacketSocketAddress()
265 public static final int ETH_P_IPV6 = placeholder(); field in OsConstants
215 initConstant(env, c, "ETH_P_IPV6", ETH_P_IPV6); in OsConstants_initConstants()