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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c76 * IPNODE_LOOKUPHOSTS getipnodebyname() needs to lookup the name in hosts.
85 #define IPNODE_LOOKUPHOSTS 0x00000010u macro
101 IPNODE_LOOKUPIPNODES | IPNODE_LOOKUPHOSTS)
220 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
235 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
305 ipnode_bits &= ~IPNODE_LOOKUPHOSTS;
317 if (ipnode_bits & IPNODE_LOOKUPHOSTS) {

Completed in 61 milliseconds