Searched refs:IFF_LOOPBACK (Results 1 – 6 of 6) sorted by relevance
47 import static android.system.OsConstants.IFF_LOOPBACK;276 assertEquals((getFlags(nif) & IFF_LOOPBACK) == IFF_LOOPBACK, nif.isLoopback()); in testIsLoopback()
624 public static final int IFF_LOOPBACK; field in OsConstants625 static { IFF_LOOPBACK = 0; }
561 return (getFlags() & IFF_LOOPBACK) != 0; in isLoopback()
377 public static final int IFF_LOOPBACK = placeholder(); field in OsConstants
303 initConstant(env, c, "IFF_LOOPBACK", IFF_LOOPBACK); in OsConstants_initConstants()
351 field public static final int IFF_LOOPBACK;