Searched refs:AF_UNSPEC (Results 1 – 6 of 6) sorted by relevance
38 import static android.system.OsConstants.AF_UNSPEC;243 inetAddressUnspec.holder().family = AF_UNSPEC; in disconnect0()
43 import static android.system.OsConstants.AF_UNSPEC;130 hints.ai_family = AF_UNSPEC; in lookupHostByName()
114 him6->sin6_family = AF_UNSPEC; in Java_sun_nio_ch_DatagramChannelImpl_disconnect0()124 him4->sin_family = AF_UNSPEC; in Java_sun_nio_ch_DatagramChannelImpl_disconnect0()
114 if (ss.ss_family == AF_UNSPEC) { in inetAddressToSockaddr()
72 initConstant(env, c, "AF_UNSPEC", AF_UNSPEC); in OsConstants_initConstants()
122 public static final int AF_UNSPEC = placeholder(); field in OsConstants