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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c72 * IPNODE_WANTIPV4 The user wants IPv4 addresses returned.
82 #define IPNODE_WANTIPV4 0x00000002u macro
88 #define IPNODE_IPV4 (IPNODE_WANTIPV4 | IPNODE_IPV4IFNOIPV6)
219 if (!(ipnode_bits & IPNODE_WANTIPV4))
234 ipnode_bits |= (IPNODE_WANTIPV6 | IPNODE_WANTIPV4);
238 ipnode_bits |= (IPNODE_LITERAL | IPNODE_WANTIPV4);
266 if (!(ipnode_bits & (IPNODE_WANTIPV6 | IPNODE_WANTIPV4))) {
294 } else if (ipnode_bits & IPNODE_WANTIPV4) {
376 if (!(ipnode_bits & IPNODE_WANTIPV4))
383 * situation implies IPNODE_WANTIPV4 an
[all...]

Completed in 59 milliseconds