Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java124 /** @hide */ public static final int ARPHRD_LOOPBACK = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/io/
DOsTest.java318 assertEquals(ARPHRD_LOOPBACK, bound.sll_hatype); in test_PacketSocketAddress()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp81 initConstant(env, c, "ARPHRD_LOOPBACK", ARPHRD_LOOPBACK); in OsConstants_initConstants()