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