Home
last modified time | relevance | path

Searched refs:NOERROR (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dnameser.h105 #ifdef NOERROR
106 #undef NOERROR
112 #define NOERROR 0 /* no error */ macro
/freebsd/lib/libc/resolv/
H A Dres_query.c121 hp->rcode = NOERROR; /*%< default */ in res_nquery()
169 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
185 case NOERROR: in res_nquery()
H A Dres_mkquery.c124 hp->rcode = NOERROR; in res_nmkquery()
232 *cp++ = NOERROR; /*%< extended RCODE */ in res_nopt()
H A Dres_update.c185 if (((HEADER *)answer)->rcode == NOERROR) in res_nupdate()
H A Dres_mkupdate.c119 hp->rcode = NOERROR; in res_nmkupdate()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h147 #undef NOERROR
/freebsd/crypto/heimdal/lib/krb5/
H A Dheim_err.et34 #error_code NOERROR, "no error"
/freebsd/include/arpa/
H A Dnameser_compat.h125 #define NOERROR ns_r_noerror macro
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch41 +with NOERROR and the address specified here
47 +with NOERROR and the address specified here
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2711 rcode = NOERROR; in res_queryN()
2736 hp->rcode = NOERROR; /* default */ in res_queryN()
2781 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
2806 case NOERROR: in res_queryN()
/freebsd/contrib/wpa/src/drivers/
H A Dndis_events.c162 return NOERROR; in ndis_events_query_interface()
/freebsd/contrib/sendmail/src/
H A Dsendmail.h123 # ifdef NOERROR
124 # undef NOERROR /* avoid <sys/streams.h> conflict */
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog341 defines NOERROR in both sys/stream.h and arpa/nameser.h and
/freebsd/contrib/ldns/
H A DChangelog547 * bugfix: resolver search continue when packet rcode != NOERROR.
/freebsd/contrib/unbound/doc/
H A DChangelog1097 - Fix #870: NXDOMAIN instead of NOERROR rcode when asked for existing
4603 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
7069 RCODE should have been NOERROR. If this occurs, and the RRsets
7070 are secure, we set the RCODE to NOERROR and the security status
9806 get a correct NOERROR/NODATA answer.
10578 - implemented check that for NXDOMAIN and NOERROR answers a query
10991 the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial
11388 rcode is changed to NOERROR (because of the CNAME).