Searched refs:ARPHRD_LOOPBACK (Results 1 – 3 of 3) sorted by relevance
133 public static final int ARPHRD_LOOPBACK = placeholder(); field in OsConstants
83 initConstant(env, c, "ARPHRD_LOOPBACK", ARPHRD_LOOPBACK); in OsConstants_initConstants()
562 assertEquals(ARPHRD_LOOPBACK, bound.sll_hatype); in test_PacketSocketAddress()