Searched refs:IFF_LOOPBACK (Results 1 – 4 of 4) sorted by relevance
44 import static android.system.OsConstants.IFF_LOOPBACK;246 assertEquals((getFlags(nif) & IFF_LOOPBACK) == IFF_LOOPBACK, nif.isLoopback()); in testIsLoopback()
530 return (getFlags() & IFF_LOOPBACK) != 0; in isLoopback()
315 public static final int IFF_LOOPBACK = placeholder(); field in OsConstants
292 initConstant(env, c, "IFF_LOOPBACK", IFF_LOOPBACK); in OsConstants_initConstants()