Home
last modified time | relevance | path

Searched refs:ARPHRD_LOOPBACK (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java192 public static final int ARPHRD_LOOPBACK = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp88 initConstant(env, c, "ARPHRD_LOOPBACK", ARPHRD_LOOPBACK); in OsConstants_initConstants()
/libcore/api/
Dmodule-lib-current.txt61 field public static final int ARPHRD_LOOPBACK;
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java656 assertEquals(ARPHRD_LOOPBACK, bound.sll_hatype); in test_PacketSocketAddress()