Searched defs:ipv6_present (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c171 * It also check if ipv6 interface is present(ipv6_present) and
180 int ipv6_present = -1; local
193 if (ipv6_present == -1)
194 ipv6_present = __can_use_af(AF_INET6);
195 if (!ipv6_present) {
215 * It also check if ipv6 interface is present(ipv6_present) and
223 int ipv6_present; local
235 ipv6_present = __can_use_af(AF_INET6);
236 if (!ipv6_present) {
559 int ipv6_present local
[all...]

Completed in 44 milliseconds