Home
last modified time | relevance | path

Searched refs:h_errnop (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c68 int buflen, int *h_errnop);
80 buffer, buflen, h_errnop)); in _uncached_gethostbyname_r()
95 int buflen, int *h_errnop);
103 int buflen, int *h_errnop) in gethostbyname_r() argument
110 if (h_errnop == NULL) in gethostbyname_r()
111 h_errnop = &dummy; in gethostbyname_r()
114 *h_errnop = HOST_NOT_FOUND; in gethostbyname_r()
120 *h_errnop = NO_RECOVERY; in gethostbyname_r()
153 if (h_errnop == NULL) in gethostbyaddr_r()
154 h_errnop = &dummy; in gethostbyaddr_r()
[all …]
H A Dgethostby_door.c41 int buflen, int *h_errnop) in _door_gethostbyname_r() argument
44 result, buffer, buflen, h_errnop)); in _door_gethostbyname_r()
49 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _door_gethostbyaddr_r() argument
52 length, type, result, buffer, buflen, h_errnop)); in _door_gethostbyaddr_r()
H A Dgetipnodeby_door.c42 int buflen, int af_family, int flags, int *h_errnop) in _door_getipnodebyname_r() argument
45 result, buffer, buflen, af_family, flags, h_errnop)); in _door_getipnodebyname_r()
50 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _door_getipnodebyaddr_r() argument
53 length, type, result, buffer, buflen, h_errnop)); in _door_getipnodebyaddr_r()
H A Dnetdir_inet.c137 static int __herrno2netdir(int h_errnop);
565 int h_errnop = 0; in _get_hostserv_inetnetdir_byname() local
665 int h_errnop = 0; in _get_hostserv_inetnetdir_byname() local
919 int h_errnop; in _get_hostserv_inetnetdir_byaddr() local
1018 he = __mappedtov4(tmphe, &h_errnop); in _get_hostserv_inetnetdir_byaddr()
1026 &h_errnop); in _get_hostserv_inetnetdir_byaddr()
1055 _nderror = __herrno2netdir(h_errnop); in _get_hostserv_inetnetdir_byaddr()
1104 ndbuf4host->buflen, &h_errnop); in _get_hostserv_inetnetdir_byaddr()
1278 __herrno2netdir(int h_errnop) in __herrno2netdir() argument
1280 switch (h_errnop) { in __herrno2netdir()
[all …]
H A Dgethostent6.c85 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) in __gethostent6() argument
94 *h_errnop = arg.h_errno; in __gethostent6()
H A Dgethostent_r.c89 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) in gethostent_r() argument
98 *h_errnop = arg.h_errno; in gethostent_r()
H A Dgetauthattr.c114 _getauthattr(authstr_t *result, char *buffer, int buflen, int *h_errnop) in _getauthattr() argument
122 *h_errnop = arg.h_errno; in _getauthattr()
H A Dgetauuser.c117 _getauuserent(au_user_str_t *result, char *buffer, int buflen, int *h_errnop) in _getauuserent() argument
125 *h_errnop = arg.h_errno; in _getauuserent()
H A Dgetprofattr.c111 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop) in _getprofattr() argument
119 *h_errnop = arg.h_errno; in _getprofattr()
H A Dgetuserattr.c121 _getuserattr(userstr_t *result, char *buffer, int buflen, int *h_errnop) in _getuserattr() argument
129 *h_errnop = arg.h_errno; in _getuserattr()
H A Dgetipnodeby.c118 char *buffer, int buflen, int af_family, int flags, int *h_errnop) in _uncached_getipnodebyname() argument
121 af_family, flags, h_errnop)); in _uncached_getipnodebyname()
126 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _uncached_getipnodebyaddr() argument
130 result, buffer, buflen, h_errnop)); in _uncached_getipnodebyaddr()
133 result, buffer, buflen, h_errnop)); in _uncached_getipnodebyaddr()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c49 struct hostent *_gethostbyname(int *h_errnop, const char *name);
50 static struct hostent *_gethostbyaddr(int *h_errnop, const char *addr,
52 struct hostent *_nss_dns_gethostbyname2(int *h_errnop, const char *name);
72 _gethostbyaddr(int *h_errnop, const char *addr, int len, int type) in _gethostbyaddr() argument
77 *h_errnop = *get_h_errno(); in _gethostbyaddr()
82 _nss_dns_gethostbyname2(int *h_errnop, const char *name) in _nss_dns_gethostbyname2() argument
87 *h_errnop = *get_h_errno(); in _nss_dns_gethostbyname2()
92 _gethostbyname(int *h_errnop, const char *name) in _gethostbyname() argument
97 *h_errnop = *get_h_errno(); in _gethostbyname()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c45 char *buffer, int buflen, int *h_errnop ) in nsldapi_compat_gethostbyname_r() argument
50 *h_errnop = NO_RECOVERY; /* XXX best error code to use? */ in nsldapi_compat_gethostbyname_r()
58 *h_errnop = h_errno; /* XXX don't see anywhere else to get this */ in nsldapi_compat_gethostbyname_r()
H A Dldap-int.h784 struct hostent *result, char *buffer, int buflen, int *h_errnop );
/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h89 (const char *, struct hostent *, char *, int, int *h_errnop);
91 (const char *, int, int, struct hostent *, char *, int, int *h_errnop);
92 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h89 int buflen, int *h_errnop));
94 char *buf, int buflen, int *h_errnop));
99 int *h_errnop));
H A Dport_before.h97 #define HOST_R_ARGS char *buf, int buflen, int *h_errnop
104 #define HOST_R_ERRNO *h_errnop = h_errno
/illumos-gate/usr/src/head/
H A Dnetdb.h239 (const char *, struct hostent *, char *, int, int *h_errnop);
241 (const char *, int, int, struct hostent *, char *, int, int *h_errnop);
245 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent_r.c47 *h_errnop = h_errno; in getnetbyname_r()
71 *h_errnop = h_errno; in getnetbyaddr_r()
99 *h_errnop = h_errno; in getnetent_r()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c309 int *h_errnop) in prldap_switch_gethostbyname_r() argument
329 *h_errnop = arg.h_errno; in prldap_switch_gethostbyname_r()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c410 int *h_errnop) in _filter_gethostbyaddr_r() argument
448 *h_errnop = arg.h_errno; in _filter_gethostbyaddr_r()
462 int *h_errnop) in __s_api_hostname2ip() argument
476 *h_errnop = TRY_AGAIN; in __s_api_hostname2ip()
500 *h_errnop = NETDB_SUCCESS; in __s_api_hostname2ip()
508 *h_errnop = TRY_AGAIN; in __s_api_hostname2ip()
532 *h_errnop = NETDB_SUCCESS; in __s_api_hostname2ip()
550 *h_errnop = arg.h_errno; in __s_api_hostname2ip()
H A Dns_internal.h798 int *h_errnop);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1118 int *h_errnop) in _switch_gethostbyaddr_r() argument
1148 *h_errnop = arg.h_errno; in _switch_gethostbyaddr_r()