Searched refs:AI_NUMERICHOST (Results 1 – 6 of 6) sorted by relevance
30 import static android.system.OsConstants.AI_NUMERICHOST;94 hints.ai_flags = AI_NUMERICHOST; in parseNumericAddressNoThrow()
130 numericAddrInfo.ai_flags = OsConstants.AI_NUMERICHOST; in test_android_getaddrinfo_networkPolicy()
218 boolean isNumericHost = (hints.ai_flags & AI_NUMERICHOST) != 0; in android_getaddrinfo()
147 public static final int AI_NUMERICHOST = placeholder(); field in OsConstants
77 initConstant(env, c, "AI_NUMERICHOST", AI_NUMERICHOST); in OsConstants_initConstants()
152 field public static final int AI_NUMERICHOST;