Searched refs:_switch_gethostbyaddr_r (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | gethostbyname_r.c | 73 _switch_gethostbyaddr_r(const char *addr, int length, int type, 89 return (_switch_gethostbyaddr_r(addr, length, type, in _uncached_gethostbyaddr_r()
|
H A D | gethostby_door.c | 53 return ((struct hostent *)_switch_gethostbyaddr_r(addr, in _door_gethostbyaddr_r()
|
H A D | nss.h | 42 extern struct hostent *_switch_gethostbyaddr_r(const char *, int, int,
|
H A D | getipnodeby.c | 129 return (_switch_gethostbyaddr_r(addr, length, type, in _uncached_getipnodebyaddr()
|
H A D | netdir_inet.c | 94 #define DOOR_GETHOSTBYADDR_R _switch_gethostbyaddr_r 1347 _switch_gethostbyaddr_r(const char *addr, int len, int type, in _switch_gethostbyaddr_r() function
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 1118 _switch_gethostbyaddr_r(const char *addr, int len, int type, in _switch_gethostbyaddr_r() function 1188 h_e = _switch_gethostbyaddr_r((char *)&a, in ns_gethostbyaddr() 1194 h_e = _switch_gethostbyaddr_r((char *)&a6, in ns_gethostbyaddr()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 672 _switch_gethostbyaddr_r;
|
H A D | llib-lnsl | 463 struct hostent *_switch_gethostbyaddr_r(const char *addr, int len, int type,
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4432 extern struct hostent *_switch_gethostbyaddr_r(); 4434 hp = _switch_gethostbyaddr_r(addr, len, type, &he,
|