Searched refs:NO_DATA (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnetdb.h57 #undef NO_DATA macro
65 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
66 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c109 case NO_DATA:
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c59 case NO_DATA :
H A Dgetipnodebyname.c71 case NO_DATA :
H A Droken-common.h167 #ifndef NO_DATA
168 #define NO_DATA 4 macro
172 #define NO_ADDRESS NO_DATA
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dgetaddresses.c197 #ifdef NO_DATA
198 case NO_DATA:
200 #if defined(NO_ADDRESS) && (!defined(NO_DATA) || (NO_DATA != NO_ADDRESS))
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsm_gethost.c73 *err = NO_DATA;
143 SM_SET_H_ERRNO(NO_DATA);
/freebsd-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dnetdb.h.in60 #undef NO_DATA
68 #define NO_DATA 4 /* Valid name, no data record of requested type */
69 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_query.c190 RES_SET_H_ERRNO(statp, NO_DATA);
255 case NO_DATA:
302 * On a NO_DATA error, keep trying, otherwise
316 case NO_DATA:
360 case NO_DATA:
394 RES_SET_H_ERRNO(statp, NO_DATA);
/freebsd-9.3-release/include/
H A Dnetdb.h144 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
145 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Derrstring.c116 case NO_DATA + E_DNSBASE:
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h65 #undef NO_DATA macro
73 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
74 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c187 case NO_DATA:
232 h_errno = NO_DATA;
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in63 #undef NO_DATA
71 #define NO_DATA 4 /* Valid name, no data record of requested type */
72 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c45 # ifndef NO_DATA
46 # define NO_DATA NO_ADDRESS macro
47 # endif /* ! NO_DATA */
264 case NO_DATA:
H A Derr.c114 #if NAMED_BIND && !defined(NO_DATA)
115 # define NO_DATA NO_ADDRESS macro
116 #endif /* NAMED_BIND && !defined(NO_DATA) */
1076 case NO_DATA + E_DNSBASE:
H A Ddaemon.c28 # ifndef NO_DATA
29 # define NO_DATA NO_ADDRESS macro
30 # endif /* ! NO_DATA */
4120 case NO_DATA:
H A Dconf.c4260 *err = NO_DATA;
4401 SM_SET_H_ERRNO(NO_DATA);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c242 case NO_DATA:
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c2669 RES_SET_H_ERRNO(res, NO_DATA);
2732 case NO_DATA:
2777 * On a NO_DATA error, keep trying, otherwise
2791 case NO_DATA:
2818 case NO_DATA:
2852 RES_SET_H_ERRNO(res, NO_DATA);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c1493 #if NO_DATA != NO_ADDRESS
1494 case NO_DATA:

Completed in 176 milliseconds