Searched refs:ARPHRD_LOOPBACK (Results 1 – 4 of 4) sorted by relevance
192 public static final int ARPHRD_LOOPBACK = placeholder(); field in OsConstants
88 initConstant(env, c, "ARPHRD_LOOPBACK", ARPHRD_LOOPBACK); in OsConstants_initConstants()
61 field public static final int ARPHRD_LOOPBACK;
656 assertEquals(ARPHRD_LOOPBACK, bound.sll_hatype); in test_PacketSocketAddress()