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

/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c69 * IPNODE_WANTIPV4 The user wants IPv4 addresses returned.
77 #define IPNODE_WANTIPV4 0x00000002u macro
82 #define IPNODE_IPV4 (IPNODE_WANTIPV4 | IPNODE_IPV4IFNOIPV6)
216 if (!(ipnode_bits & IPNODE_WANTIPV4))
231 ipnode_bits |= (IPNODE_WANTIPV6 | IPNODE_WANTIPV4);
235 ipnode_bits |= (IPNODE_LITERAL | IPNODE_WANTIPV4);
286 if (!(ipnode_bits & (IPNODE_WANTIPV6 | IPNODE_WANTIPV4))) {
315 } else if (ipnode_bits & IPNODE_WANTIPV4) {
400 if (!(ipnode_bits & IPNODE_WANTIPV4))

Completed in 23 milliseconds