Home
last modified time | relevance | path

Searched refs:HOST_NOT_FOUND (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/external/bsd/libbind/dist/irs/
Dgen_ho.c146 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byname()
164 if (softerror != 0 && pvt->res->res_h_errno == HOST_NOT_FOUND) in ho_byname()
189 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byname2()
203 if (softerror != 0 && pvt->res->res_h_errno == HOST_NOT_FOUND) in ho_byname2()
229 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byaddr()
244 if (softerror != 0 && pvt->res->res_h_errno == HOST_NOT_FOUND) in ho_byaddr()
359 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_addrinfo()
374 if (softerror != 0 && pvt->res->res_h_errno == HOST_NOT_FOUND) in ho_addrinfo()
Dlcl_ho.c247 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_byname2()
318 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_byaddr()
346 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_next()
552 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_addrinfo()
Dnis_nw.c183 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in nw_byaddr()
209 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in nw_byname()
252 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in nw_next()
Dnis_ho.c224 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_byname2()
260 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_byaddr()
296 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_next()
412 RES_SET_H_ERRNO(pvt->res, HOST_NOT_FOUND); in ho_addrinfo()
Dgethostent.c291 *error_num = HOST_NOT_FOUND; in getipnodebyname()
409 *error_num = HOST_NOT_FOUND; in getipnodebyaddr()
1007 RES_SET_H_ERRNO(net_data->res, HOST_NOT_FOUND);
1057 RES_SET_H_ERRNO(net_data->res, HOST_NOT_FOUND);
1065 RES_SET_H_ERRNO(net_data->res, HOST_NOT_FOUND);
Dgetnetent.c277 RES_SET_H_ERRNO(net_data->res, HOST_NOT_FOUND); in fakeaddr()
/netbsd/src/lib/libc/net/
Dgetnetnamadr.c206 h_errno = HOST_NOT_FOUND; in getnetanswer()
260 h_errno = HOST_NOT_FOUND; in getnetanswer()
300 h_errno = HOST_NOT_FOUND; in _files_getnetbyaddr()
383 h_errno = HOST_NOT_FOUND; in _dns_getnetbyaddr()
438 h_errno = HOST_NOT_FOUND; in _files_getnetbyname()
486 h_errno = HOST_NOT_FOUND; in _dns_getnetbyname()
572 h_errno = HOST_NOT_FOUND; in _yp_getnetbyaddr()
604 h_errno = HOST_NOT_FOUND; in _yp_getnetbyname()
Dsethostent.c147 *info->he = HOST_NOT_FOUND; in _hf_gethtbyname()
226 *info->he = HOST_NOT_FOUND; in _hf_gethtbyname2()
290 *info->he = HOST_NOT_FOUND; in _hf_gethtbyaddr()
Dgethnamaddr.c666 *he = HOST_NOT_FOUND; in gethostbyname_internal()
699 *he = HOST_NOT_FOUND; in gethostbyaddr_r()
763 *he = HOST_NOT_FOUND; in gethostent_r()
985 case HOST_NOT_FOUND: in _dns_gethtbyname()
1056 *info->he = HOST_NOT_FOUND; in _dns_gethtbyaddr()
1065 case HOST_NOT_FOUND: in _dns_gethtbyaddr()
1275 *info->he = HOST_NOT_FOUND; in _yp_gethtbyaddr()
1320 *info->he = HOST_NOT_FOUND; in _yp_gethtbyname()
Dgetaddrinfo.c1944 h_errno = HOST_NOT_FOUND; in getanswer()
2262 case HOST_NOT_FOUND: in _dns_getaddrinfo()
2527 h_errno = HOST_NOT_FOUND; in _yp_getaddrinfo()
2652 h_errno = HOST_NOT_FOUND; in res_queryN()
2694 h_errno = HOST_NOT_FOUND; /* default, if we never query */ in res_searchN()
2763 case HOST_NOT_FOUND: in res_searchN()
Dgetnameinfo.c419 case HOST_NOT_FOUND: in getnameinfo_inet()
/netbsd/src/external/bsd/libbind/dist/resolv/
Dres_query.c187 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); in res_nquery()
230 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */ in res_nsearch()
304 case HOST_NOT_FOUND: in res_nsearch()
/netbsd/src/lib/libc/resolv/
Dres_query.c217 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); in res_nquery()
260 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */ in res_nsearch()
334 case HOST_NOT_FOUND: in res_nsearch()
/netbsd/src/external/apache2/mDNSResponder/nss/
Dnss_mdnsd.c344 h_errno = HOST_NOT_FOUND; in _mdns_getaddrinfo_abs()
375 *info->he = HOST_NOT_FOUND; in _mdns_gethtbyaddr()
389 *info->he = HOST_NOT_FOUND; in _mdns_gethtbyaddr()
463 *info->he = HOST_NOT_FOUND; in _mdns_gethtbyaddr()
580 *info->he = HOST_NOT_FOUND; in _mdns_gethtbyname_abs()
1000 h_errno = HOST_NOT_FOUND; in search_init()
/netbsd/src/external/ibm-public/postfix/dist/src/dns/
Ddns_strerror.c51 HOST_NOT_FOUND, "Host not found",
Ddns_lookup.c424 DNS_SET_H_ERRNO(&dns_res_state, HOST_NOT_FOUND); in dns_neg_query()
465 #define NOT_FOUND_H_ERRNO(he) ((he) == HOST_NOT_FOUND || (he) == NO_DATA) in dns_neg_search()
593 case HOST_NOT_FOUND: in dns_query()
1064 DNS_SET_H_ERRNO(&dns_res_state, HOST_NOT_FOUND); in dns_lookup_x()
1078 DNS_SET_H_ERRNO(&dns_res_state, HOST_NOT_FOUND); in dns_lookup_x()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgetipnodebyaddr.c53 case HOST_NOT_FOUND : in getipnodebyaddr()
Dgetipnodebyname.c65 case HOST_NOT_FOUND : in getipnodebyname()
Droken-common.h183 #ifndef HOST_NOT_FOUND
184 #define HOST_NOT_FOUND 1 macro
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Deai_to_heim_errno.c109 case HOST_NOT_FOUND: in krb5_h_errno_to_heim_errno()
/netbsd/src/include/
Dnetdb.h228 #define HOST_NOT_FOUND 1 /*%< Authoritative Answer Host not found */ macro
/netbsd/src/distrib/utils/libhack/
Dgethost.c153 *he = HOST_NOT_FOUND; in gethostent_r()
/netbsd/src/lib/libbluetooth/
Dbluetooth.c116 h_errno = HOST_NOT_FOUND; in bt_gethostent()
/netbsd/src/external/bsd/libbind/dist/include/
Dnetdb.h204 #define HOST_NOT_FOUND 1 /*%< Authoritative Answer Host not found */ macro
/netbsd/src/crypto/external/bsd/openssh/dist/
Dgetrrsetbyname.c248 case HOST_NOT_FOUND: in getrrsetbyname()

12