Searched refs:res_h_errno (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dh_errno.c51 return &_nres.res_h_errno;
57 h_errno = res->res_h_errno = err;
H A Dres_query.c289 saved_herrno = statp->res_h_errno;
336 switch (statp->res_h_errno) {
H A Dres_init.c560 return (statp->res_h_errno);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgen_ho.c146 pvt->res->res_h_errno != HOST_NOT_FOUND &&
147 pvt->res->res_h_errno != NETDB_INTERNAL) {
149 therrno = pvt->res->res_h_errno;
161 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
164 if (softerror != 0 && pvt->res->res_h_errno == HOST_NOT_FOUND)
189 pvt->res->res_h_errno != HOST_NOT_FOUND &&
190 pvt->res->res_h_errno != NETDB_INTERNAL) {
192 therrno = pvt->res->res_h_errno;
200 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
203 if (softerror != 0 && pvt->res->res_h_errno
[all...]
H A Dirs_data.c227 return (&net_data->res->res_h_errno);
229 return(&_res.res_h_errno);
240 res->res_h_errno = err;
242 h_errno = res->res_h_errno = err;
H A Dgen_nw.c159 if (pvt->res->res_h_errno != TRY_AGAIN &&
182 if (pvt->res->res_h_errno != TRY_AGAIN &&
H A Dgethostent.c323 tmp_err = net_data->res->res_h_errno;
333 *error_num = net_data->res->res_h_errno;
391 *error_num = net_data->res->res_h_errno;
415 *error_num = net_data->res->res_h_errno;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_query.c253 saved_herrno = statp->res_h_errno;
300 switch (statp->res_h_errno) {
H A Dres_init.c515 return (statp->res_h_errno);
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h76 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
153 int res_h_errno; /* last one set for this context */ member in struct:__res_state
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_query.c271 switch (statp->res_h_errno) {
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h94 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
180 int res_h_errno; /*%< last one set for this context */ member in struct:__res_state
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h97 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
187 int res_h_errno; /*%< last one set for this context */ member in struct:__res_state

Completed in 181 milliseconds