Home
last modified time | relevance | path

Searched refs:ETH_P_IPV6 (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/io/
DOsTest.java314 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()
/libcore/luni/src/main/java/android/system/
DOsConstants.java252 /** @hide */ public static final int ETH_P_IPV6 = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp214 initConstant(env, c, "ETH_P_IPV6", ETH_P_IPV6); in OsConstants_initConstants()