Lines Matching refs:ipnode_bits
133 uint_t ipnode_bits = IPNODE_DEFAULT;
172 ipnode_bits &= ~IPNODE_WANTIPV6;
185 ipnode_bits &= ~IPNODE_IPV4;
187 ipnode_bits &= ~IPNODE_IPV4IFNOIPV6;
190 ipnode_bits &= ~IPNODE_IPV4;
202 ipnode_bits &= ~IPNODE_IPV4;
204 ipnode_bits &= ~IPNODE_WANTIPV6;
205 ipnode_bits &= ~IPNODE_IPV4IFNOIPV6;
208 ipnode_bits = 0;
216 if (!(ipnode_bits & IPNODE_WANTIPV4))
217 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
225 ipnode_bits |= IPNODE_LITERAL;
231 ipnode_bits |= (IPNODE_WANTIPV6 | IPNODE_WANTIPV4);
232 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
235 ipnode_bits |= (IPNODE_LITERAL | IPNODE_WANTIPV4);
236 ipnode_bits &= ~IPNODE_WANTIPV6;
237 ipnode_bits &= ~IPNODE_LOOKUPIPNODES;
239 return (ipnode_bits);
252 uint_t ipnode_bits;
283 ipnode_bits = getipnodebyname_processflags(name, af, flags);
286 if (!(ipnode_bits & (IPNODE_WANTIPV6 | IPNODE_WANTIPV4))) {
298 if (ipnode_bits & IPNODE_LOOKUPIPNODES) {
315 } else if (ipnode_bits & IPNODE_WANTIPV4) {
324 if (ipnode_bits & IPNODE_IPV4IFNOIPV6 ||
326 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
327 } else if (!(ipnode_bits & IPNODE_WANTIPV6)) {
338 if (ipnode_bits & IPNODE_LOOKUPHOSTS) {
400 if (!(ipnode_bits & IPNODE_WANTIPV4))
402 else if (!(ipnode_bits & IPNODE_WANTIPV6))
423 if (ipnode_bits & IPNODE_LITERAL) {