Searched refs:NOERROR (Results 1 – 4 of 4) sorted by relevance
127 hp->rcode = NOERROR; /* default */ in __res_context_query()241 if ((hp->rcode != NOERROR || ntohs(hp->ancount) == 0) in __res_context_query()242 && (hp2->rcode != NOERROR || ntohs(hp2->ancount) == 0)) { in __res_context_query()243 switch (hp->rcode == NOERROR ? hp2->rcode : hp->rcode) { in __res_context_query()245 if ((hp->rcode == NOERROR && ntohs (hp->ancount) != 0) in __res_context_query()246 || (hp2->rcode == NOERROR in __res_context_query()254 case NOERROR: in __res_context_query()264 if ((hp->rcode == NOERROR && ntohs (hp->ancount) != 0) in __res_context_query()265 || (hp2->rcode == NOERROR in __res_context_query()
124 hp->rcode = NOERROR; in __res_context_mkquery()288 *cp++ = NOERROR; /* Extended RCODE. */ in __res_nopt()
1243 if (anhp->rcode == NOERROR && anhp->ancount == 0 in send_dg()
104 #define NOERROR ns_r_noerror macro
Completed in 41 milliseconds