Searched refs:IPV6_V6ONLY (Results 1 – 5 of 5) sorted by relevance
722 public static final int IPV6_V6ONLY; field in OsConstants723 static { IPV6_V6ONLY = 0; }
255 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (char*)&arg, in Java_sun_nio_ch_Net_socket0()
416 public static final int IPV6_V6ONLY = placeholder(); field in OsConstants
357 initConstant(env, c, "IPV6_V6ONLY", IPV6_V6ONLY); in OsConstants_initConstants()
383 field public static final int IPV6_V6ONLY;