Lines Matching defs:ipnode_bits
145 uint_t ipnode_bits = IPNODE_DEFAULT;
188 ipnode_bits &= ~IPNODE_WANTIPV6;
192 ipnode_bits &= ~IPNODE_IPV4;
194 ipnode_bits &= ~IPNODE_IPV4IFNOIPV6;
198 ipnode_bits |= IPNODE_UNMAP;
201 ipnode_bits &= ~IPNODE_IPV4;
206 ipnode_bits &= ~IPNODE_IPV4;
207 ipnode_bits &= ~IPNODE_WANTIPV6;
208 ipnode_bits &= ~IPNODE_IPV4IFNOIPV6;
211 ipnode_bits = 0;
219 if (!(ipnode_bits & IPNODE_WANTIPV4))
220 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
228 ipnode_bits |= IPNODE_LITERAL;
234 ipnode_bits |= (IPNODE_WANTIPV6 | IPNODE_WANTIPV4);
235 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
238 ipnode_bits |= (IPNODE_LITERAL | IPNODE_WANTIPV4);
239 ipnode_bits &= ~IPNODE_WANTIPV6;
240 ipnode_bits &= ~IPNODE_LOOKUPIPNODES;
242 return (ipnode_bits);
255 uint_t ipnode_bits;
263 ipnode_bits = getipnodebyname_processflags(name, af, flags);
266 if (!(ipnode_bits & (IPNODE_WANTIPV6 | IPNODE_WANTIPV4))) {
277 if (ipnode_bits & IPNODE_LOOKUPIPNODES) {
294 } else if (ipnode_bits & IPNODE_WANTIPV4) {
303 if (ipnode_bits & IPNODE_IPV4IFNOIPV6 ||
305 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
306 } else if (!(ipnode_bits & IPNODE_WANTIPV6)) {
317 if (ipnode_bits & IPNODE_LOOKUPHOSTS) {
376 if (!(ipnode_bits & IPNODE_WANTIPV4))
378 else if (!(ipnode_bits & IPNODE_WANTIPV6))
386 if (hp != NULL && (ipnode_bits & IPNODE_UNMAP)) {
410 if (ipnode_bits & IPNODE_LITERAL) {