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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c147 boolean_t ipv4configured = B_FALSE; local
177 ipv4configured = (af == AF_INET || (flags & AI_V4MAPPED)) &&
191 if ((flags & AI_ADDRCONFIG) && !ipv4configured) {
205 if ((flags & AI_ADDRCONFIG) && !ipv4configured)

Completed in 45 milliseconds