Searched refs:AF_UNSPEC (Results 1 – 8 of 8) sorted by relevance
38 import static android.system.OsConstants.AF_UNSPEC;244 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()
72 public static final int AF_UNSPEC; field in OsConstants73 static { AF_UNSPEC = 0; }
126 if (ss.ss_family == AF_UNSPEC) { in inetAddressToSockaddr()
73 initConstant(env, c, "AF_UNSPEC", AF_UNSPEC); in OsConstants_initConstants()
143 public static final int AF_UNSPEC = placeholder(); field in OsConstants
167 field public static final int AF_UNSPEC;