Searched refs:IFA_F_TENTATIVE (Results 1 – 5 of 5) sorted by relevance
606 public static final int IFA_F_TENTATIVE; field in OsConstants607 static { IFA_F_TENTATIVE = 0; }
291 #if defined(IFA_F_TENTATIVE) in OsConstants_initConstants()292 initConstant(env, c, "IFA_F_TENTATIVE", IFA_F_TENTATIVE); in OsConstants_initConstants()
55 assertTrue(OsConstants.IFA_F_TENTATIVE > 0); in testBug15602893()
371 public static final int IFA_F_TENTATIVE = placeholder(); field in OsConstants
345 field public static final int IFA_F_TENTATIVE;