Searched defs:getipnodebyname (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | sm_gethost.c | 35 static struct hostent *getipnodebyname __P((char *, int, int, int *)); 48 getipnodebyname(name, family, flags, err) function 112 h = getipnodebyname(name, family, flags, &err);
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | debug_alloc.h | 91 #define getipnodebyname(n, a, f, e) \ macro
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | misc.c | 126 #define getipnodebyname(h,af,flags,err) gethostbyname2(h,af) macro 144 return (hs = getipnodebyname(host, AF_INET6, 0, &err)); 152 return (hs = getipnodebyname(host, AF_INET6, 0, &err));
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 46 #define getipnodebyname res_getipnodebyname /* libnsl and libsocket */ macro 47 struct hostent *getipnodebyname __P((const char *, int, int, int *));
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 272 getipnodebyname(const char *name, int af, int flags, int *error_num) { function
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 28 * This file defines and implements the re-entrant getipnodebyname(), 62 * The number of nanoseconds getipnodebyname() waits before getting 75 * IPNODE_LOOKUPIPNODES getipnodebyname() needs to lookup the name in ipnodes. 76 * IPNODE_LOOKUPHOSTS getipnodebyname() needs to lookup the name in hosts. 97 * The default set of bits corresponding to a getipnodebyname() flags 140 * bitfield that getipnodebyname() will use. 246 getipnodebyname(const char *name, int af, int flags, int *error_num) function 417 * getipnodebyname() requires h_aliases to 858 * compatible) or for v4 mapped for getipnodebyname(), which 1099 * v4 mapped for getipnodebyname(), whic [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 58 static struct hostent *getipnodebyname __P((char *, int, int, int *)); 4220 getipnodebyname(name, family, flags, err) function 4313 h = getipnodebyname(name, family, flags, &err); 4352 h = getipnodebyname(hbuf, family, flags, &err);
|
Completed in 59 milliseconds