Searched refs:IFA_F_TENTATIVE (Results 1 – 3 of 3) sorted by relevance
31 assertTrue(OsConstants.IFA_F_TENTATIVE > 0); in testBug15602893()
278 #if defined(IFA_F_TENTATIVE) in OsConstants_initConstants()279 initConstant(env, c, "IFA_F_TENTATIVE", IFA_F_TENTATIVE); in OsConstants_initConstants()
293 public static final int IFA_F_TENTATIVE = placeholder(); field in OsConstants