Searched refs:HOST_NOT_FOUND (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c51 case HOST_NOT_FOUND :
H A Dgetipnodebyname.c63 case HOST_NOT_FOUND :
H A Droken-common.h169 #ifndef HOST_NOT_FOUND
170 #define HOST_NOT_FOUND 1 macro
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c107 case HOST_NOT_FOUND:
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsupport.c139 return (HOST_NOT_FOUND);
141 return (HOST_NOT_FOUND);
144 return (HOST_NOT_FOUND);
154 return (HOST_NOT_FOUND);
164 return (HOST_NOT_FOUND);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h54 #undef HOST_NOT_FOUND macro
62 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/freebsd-13-stable/lib/libc/resolv/
H A Dres_query.c187 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
230 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */
259 case HOST_NOT_FOUND:
322 case HOST_NOT_FOUND:
364 case HOST_NOT_FOUND:
/freebsd-13-stable/contrib/sendmail/libsm/
H A Derrstring.c107 case HOST_NOT_FOUND + E_DNSBASE:
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbitdomain.c175 case HOST_NOT_FOUND:
244 if (h_errno != HOST_NOT_FOUND)
/freebsd-13-stable/lib/libc/net/
H A Dgethostbynis.c86 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
121 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostbydns.c535 case HOST_NOT_FOUND:
642 case HOST_NOT_FOUND:
673 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
687 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostnamadr.c449 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
621 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostbyht.c107 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgetaddrinfo.c2365 case HOST_NOT_FOUND:
2677 RES_SET_H_ERRNO(__res_state(), HOST_NOT_FOUND); local
2798 RES_SET_H_ERRNO(res, HOST_NOT_FOUND);
2837 RES_SET_H_ERRNO(res, HOST_NOT_FOUND); /* default, if we never query */
2868 case HOST_NOT_FOUND:
2929 case HOST_NOT_FOUND:
2954 case HOST_NOT_FOUND:
H A Dgetnetbydns.c194 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dname6.c256 *errp = HOST_NOT_FOUND;
267 *errp = HOST_NOT_FOUND;
/freebsd-13-stable/include/
H A Dnetdb.h155 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/freebsd-13-stable/lib/libbluetooth/
H A Dbluetooth.c115 h_errno = HOST_NOT_FOUND;
/freebsd-13-stable/contrib/dma/
H A Ddns.c175 case HOST_NOT_FOUND:
/freebsd-13-stable/contrib/apr/misc/unix/
H A Derrorcodes.c332 case HOST_NOT_FOUND:
/freebsd-13-stable/contrib/sendmail/src/
H A Dsm_resolve.c492 case HOST_NOT_FOUND:
493 return "HOST_NOT_FOUND";
682 SM_SET_H_ERRNO(HOST_NOT_FOUND);
1188 herr = HOST_NOT_FOUND;
H A Ddomain.c669 case HOST_NOT_FOUND:
1440 if (h_errno != HOST_NOT_FOUND)
H A Derr.c1170 case HOST_NOT_FOUND + E_DNSBASE:
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c239 case HOST_NOT_FOUND:
/freebsd-13-stable/contrib/libevent/
H A Devutil.c1506 case HOST_NOT_FOUND:

Completed in 236 milliseconds

12