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/android/system/
DOsTest.java602 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()
/libcore/luni/src/main/java/android/system/
DOsConstants.java265 public static final int ETH_P_IPV6 = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp215 initConstant(env, c, "ETH_P_IPV6", ETH_P_IPV6); in OsConstants_initConstants()