Home
last modified time | relevance | path

Searched refs:AF_PACKET (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java134 public static final int AF_PACKET = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java634 FileDescriptor fd = Os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in test_PacketSocketAddress()