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