Searched refs:AI_NUMERICHOST (Results 1 – 5 of 5) sorted by relevance
26 import static android.system.OsConstants.AI_NUMERICHOST;83 hints.ai_flags = AI_NUMERICHOST; in parseNumericAddressNoThrow()
122 numericAddrInfo.ai_flags = OsConstants.AI_NUMERICHOST; in test_android_getaddrinfo_networkPolicy()
198 boolean isNumericHost = (hints.ai_flags & AI_NUMERICHOST) != 0; in android_getaddrinfo()
126 public static final int AI_NUMERICHOST = placeholder(); field in OsConstants
76 initConstant(env, c, "AI_NUMERICHOST", AI_NUMERICHOST); in OsConstants_initConstants()