Searched refs:ETH_P_IPV6 (Results 1 – 3 of 3) sorted by relevance
314 FileDescriptor fd = Libcore.os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in test_PacketSocketAddress()315 PacketSocketAddress addr = new PacketSocketAddress((short) ETH_P_IPV6, lo.getIndex()); in test_PacketSocketAddress()319 assertEquals((short) ETH_P_IPV6, bound.sll_protocol); // ETH_P_IPV6 is an int. in test_PacketSocketAddress()
252 /** @hide */ public static final int ETH_P_IPV6 = placeholder(); field in OsConstants
214 initConstant(env, c, "ETH_P_IPV6", ETH_P_IPV6); in OsConstants_initConstants()