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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c146 boolean_t ipv6configured = B_FALSE; local
176 ipv6configured = (af == AF_INET6 && hv6);
187 if ((flags & AI_ADDRCONFIG) && !ipv6configured)
196 if ((flags & AI_ADDRCONFIG) && !ipv6configured &&

Completed in 45 milliseconds