Searched refs:IFF_RUNNING (Results 1 – 3 of 3) sorted by relevance
289 public static final int IFF_RUNNING = placeholder(); field in OsConstants
393 return ((ret & IFF_UP) && (ret & IFF_RUNNING)) ? JNI_TRUE : JNI_FALSE; in NetworkInterface_isUp0()
293 initConstant(env, c, "IFF_RUNNING", IFF_RUNNING); in OsConstants_initConstants()