Searched refs:NOERROR (Results 1 – 15 of 15) sorted by relevance
105 #ifdef NOERROR106 #undef NOERROR112 #define NOERROR 0 /* no error */ macro
121 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()
124 hp->rcode = NOERROR; in res_nmkquery()232 *cp++ = NOERROR; /*%< extended RCODE */ in res_nopt()
185 if (((HEADER *)answer)->rcode == NOERROR) in res_nupdate()
119 hp->rcode = NOERROR; in res_nmkupdate()
147 #undef NOERROR
34 #error_code NOERROR, "no error"
125 #define NOERROR ns_r_noerror macro
41 +with NOERROR and the address specified here47 +with NOERROR and the address specified here
2711 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()
162 return NOERROR; in ndis_events_query_interface()
123 # ifdef NOERROR124 # undef NOERROR /* avoid <sys/streams.h> conflict */
341 defines NOERROR in both sys/stream.h and arpa/nameser.h and
547 * bugfix: resolver search continue when packet rcode != NOERROR.
1097 - Fix #870: NXDOMAIN instead of NOERROR rcode when asked for existing4603 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN7069 RCODE should have been NOERROR. If this occurs, and the RRsets7070 are secure, we set the RCODE to NOERROR and the security status9806 get a correct NOERROR/NODATA answer.10578 - implemented check that for NXDOMAIN and NOERROR answers a query10991 the packet got rcode NXDOMAIN into rcode NOERROR. (since the initial11388 rcode is changed to NOERROR (because of the CNAME).