Home
last modified time | relevance | path

Searched refs:res_h_errno (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c140 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byname()
141 pvt->res->res_h_errno != NETDB_INTERNAL) { in ho_byname()
143 therrno = pvt->res->res_h_errno; in ho_byname()
183 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byname2()
184 pvt->res->res_h_errno != NETDB_INTERNAL) { in ho_byname2()
186 therrno = pvt->res->res_h_errno; in ho_byname2()
223 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byaddr()
224 pvt->res->res_h_errno != NETDB_INTERNAL) { in ho_byaddr()
226 therrno = pvt->res->res_h_errno; in ho_byaddr()
356 therrno = pvt->res->res_h_errno; in ho_addrinfo()
[all …]
H A Dirs_data.c225 return (&net_data->res->res_h_errno); in __h_errno()
228 return(&_res.res_h_errno); in __h_errno()
242 res->res_h_errno = err; in __h_errno_set()
244 h_errno = res->res_h_errno = err; in __h_errno_set()
H A Dgen_nw.c153 if (pvt->res->res_h_errno != TRY_AGAIN && in nw_byname()
176 if (pvt->res->res_h_errno != TRY_AGAIN && in nw_byaddr()
H A Dgethostent.c334 tmp_err = net_data->res->res_h_errno; in getipnodebyname()
344 *error_num = net_data->res->res_h_errno; in getipnodebyname()
407 *error_num = net_data->res->res_h_errno;
431 *error_num = net_data->res->res_h_errno;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dsrv_query.c91 svc_name, hstrerror(state->res_h_errno)); in srv_getdom()
198 svc_name, hstrerror(state->res_h_errno)); in srv_query()
215 hstrerror(state->res_h_errno)); in srv_query()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c246 saved_herrno = statp->res_h_errno; in res_nsearch()
293 switch (statp->res_h_errno) { in res_nsearch()
H A Dres_init.c609 return (statp->res_h_errno); in __res_vinit()
/illumos-gate/usr/src/head/
H A Dresolv.h213 int res_h_errno; /* last one set for this context */ member
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c547 if (statp->res_h_errno == NO_RECOVERY) { in _nss_dns_gethost_withttl()