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

12

/freebsd-10-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-10-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c107 case HOST_NOT_FOUND:
/freebsd-10-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-10-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-10-stable/lib/libc/resolv/
H A Dres_query.c186 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
229 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */
258 case HOST_NOT_FOUND:
321 case HOST_NOT_FOUND:
363 case HOST_NOT_FOUND:
/freebsd-10-stable/contrib/sendmail/libsm/
H A Derrstring.c107 case HOST_NOT_FOUND + E_DNSBASE:
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dbitdomain.c175 case HOST_NOT_FOUND:
244 if (h_errno != HOST_NOT_FOUND)
/freebsd-10-stable/lib/libc/net/
H A Dgethostbynis.c84 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
118 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostbydns.c537 case HOST_NOT_FOUND:
644 case HOST_NOT_FOUND:
675 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
689 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostnamadr.c454 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
626 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostbyht.c105 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgetaddrinfo.c2366 case HOST_NOT_FOUND:
2678 RES_SET_H_ERRNO(__res_state(), HOST_NOT_FOUND); local
2799 RES_SET_H_ERRNO(res, HOST_NOT_FOUND);
2838 RES_SET_H_ERRNO(res, HOST_NOT_FOUND); /* default, if we never query */
2869 case HOST_NOT_FOUND:
2930 case HOST_NOT_FOUND:
2955 case HOST_NOT_FOUND:
H A Dgetnetbydns.c192 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dname6.c255 *errp = HOST_NOT_FOUND;
266 *errp = HOST_NOT_FOUND;
/freebsd-10-stable/include/
H A Dnetdb.h141 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/freebsd-10-stable/lib/libbluetooth/
H A Dbluetooth.c113 h_errno = HOST_NOT_FOUND;
/freebsd-10-stable/contrib/apr/misc/unix/
H A Derrorcodes.c332 case HOST_NOT_FOUND:
/freebsd-10-stable/contrib/sendmail/src/
H A Ddomain.c272 case HOST_NOT_FOUND:
927 if (h_errno != HOST_NOT_FOUND)
H A Derr.c1166 case HOST_NOT_FOUND + E_DNSBASE:
H A Ddaemon.c4121 case HOST_NOT_FOUND:
H A Dconf.c4473 SM_SET_H_ERRNO(HOST_NOT_FOUND);
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c239 case HOST_NOT_FOUND:
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1490 case HOST_NOT_FOUND:

Completed in 157 milliseconds

12