/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | gethostby_door.c | 43 int buflen, int *h_errnop) 46 result, buffer, buflen, h_errnop)); 51 struct hostent *result, char *buffer, int buflen, int *h_errnop) 54 length, type, result, buffer, buflen, h_errnop)); 42 _door_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 50 _door_gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
|
H A D | getipnodeby_door.c | 44 int buflen, int af_family, int flags, int *h_errnop) 47 result, buffer, buflen, af_family, flags, h_errnop)); 52 struct hostent *result, char *buffer, int buflen, int *h_errnop) 55 length, type, result, buffer, buflen, h_errnop)); 43 _door_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument 51 _door_getipnodebyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
|
H A D | gethostbyname_r.c | 63 * will copy that over onto user's h_errnop pointer. This h_errno is 70 int buflen, int *h_errnop); 74 struct hostent *result, char *buffer, int buflen, int *h_errnop); 79 char *buffer, int buflen, int *h_errnop) 82 buffer, buflen, h_errnop)); 87 struct hostent *result, char *buffer, int buflen, int *h_errnop) 90 result, buffer, buflen, h_errnop)); 97 int buflen, int *h_errnop); 101 struct hostent *result, char *buffer, int buflen, int *h_errnop); 105 int buflen, int *h_errnop) 78 _uncached_gethostbyname_r(const char *nam, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 86 _uncached_gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 104 gethostbyname_r(const char *nam, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 147 gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument [all...] |
H A D | gethostent6.c | 87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 96 *h_errnop = arg.h_errno;
|
H A D | gethostent_r.c | 91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 100 *h_errnop = arg.h_errno;
|
H A D | getauthattr.c | 116 _getauthattr(authstr_t *result, char *buffer, int buflen, int *h_errnop) argument 124 *h_errnop = arg.h_errno;
|
H A D | getauuser.c | 119 _getauuserent(au_user_str_t *result, char *buffer, int buflen, int *h_errnop) argument 127 *h_errnop = arg.h_errno;
|
H A D | getprofattr.c | 113 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop) argument 121 *h_errnop = arg.h_errno;
|
H A D | getuserattr.c | 123 _getuserattr(userstr_t *result, char *buffer, int buflen, int *h_errnop) argument 131 *h_errnop = arg.h_errno;
|
H A D | getipnodeby.c | 118 char *buffer, int buflen, int af_family, int flags, int *h_errnop) 121 af_family, flags, h_errnop)); 126 struct hostent *result, char *buffer, int buflen, int *h_errnop) 130 result, buffer, buflen, h_errnop)); 133 result, buffer, buflen, h_errnop)); 117 _uncached_getipnodebyname(const char *nam, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument 125 _uncached_getipnodebyaddr(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
|
H A D | netdir_inet.c | 137 static int __herrno2netdir(int h_errnop); 565 int h_errnop = 0; local 583 args->arg.nss.host6.flags, &h_errnop)) != NULL) 584 he = __mappedtov4(tmphe, &h_errnop); 591 ndbuf4switch->buflen, &h_errnop); 594 _nderror = __herrno2netdir(h_errnop); 665 int h_errnop = 0; local 679 args->arg.nss.host6.flags, &h_errnop); 682 _nderror = __herrno2netdir(h_errnop); 919 int h_errnop; local 1278 __herrno2netdir(int h_errnop) argument 1305 _switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 1325 _switch_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument 1347 _switch_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 1367 _switch_getipnodebyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument [all...] |
/illumos-gate/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent.c | 51 struct hostent *_gethostbyname(int *h_errnop, const char *name); 52 static struct hostent *_gethostbyaddr(int *h_errnop, const char *addr, 54 struct hostent *_nss_dns_gethostbyname2(int *h_errnop, const char *name); 74 _gethostbyaddr(int *h_errnop, const char *addr, int len, int type) argument 79 *h_errnop = *get_h_errno(); 84 _nss_dns_gethostbyname2(int *h_errnop, const char *name) argument 89 *h_errnop = *get_h_errno(); 94 _gethostbyname(int *h_errnop, const char *name) argument 99 *h_errnop = *get_h_errno();
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-dns.c | 312 int *h_errnop) 332 *h_errnop = arg.h_errno; 310 prldap_switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 1120 int *h_errnop) 1150 *h_errnop = arg.h_errno; 1118 _switch_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 410 int *h_errnop) 447 *h_errnop = arg.h_errno; 456 * NULL is returned and h_errnop is set to TRY_AGAIN. 461 int *h_errnop) 475 *h_errnop = TRY_AGAIN; 499 *h_errnop = NETDB_SUCCESS; 507 *h_errnop = TRY_AGAIN; 531 *h_errnop = NETDB_SUCCESS; 549 *h_errnop = arg.h_errno; 408 _filter_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument 459 __s_api_hostname2ip(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
|