Searched refs:ns_r_noerror (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_mkquery.c142 hp->rcode = ns_r_noerror;
253 *cp++ = ns_r_noerror; /* extended RCODE */
H A Dres_sendsigned.c84 ret = ns_sign(newmsg, &newmsglen, bufsize, ns_r_noerror, dstkey, NULL, 0,
H A Dres_update.c179 if (((HEADER *)answer)->rcode == ns_r_noerror)
H A Dres_send.c709 send_status = ns_r_noerror;
733 if (send_status != ns_r_noerror) goto send_next_ns;
779 return ns_r_noerror;
813 if (status != ns_r_noerror) len = -1;
1095 return ns_r_noerror;
1496 return ns_r_noerror;
1504 return ns_r_noerror;
H A Dns_verify.c323 if (error != ns_r_noerror)
484 if (error != ns_r_noerror)
H A Dres_query.c601 hp->rcode = ns_r_noerror; /* default */
640 if ((hp->rcode == ns_r_nxdomain) || ((hp->rcode == ns_r_noerror) && (ntohs(hp->ancount) == 0)))
649 if (hp->rcode != ns_r_noerror || ntohs(hp->ancount) == 0)
662 case ns_r_noerror:
H A Dnameser.h203 ns_r_noerror = 0, /* No error occurred. */ enumerator in enum:__ns_rcode
H A Dres_findzonecut.c316 if (ancount > 0 && rcode == ns_r_noerror)
H A Dres_debug.c482 {ns_r_noerror, "NOERROR", "no error"},
H A Dres_mkupdate.c121 hp->rcode = ns_r_noerror;
H A Ddns_util.c1849 case ns_r_noerror:
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h126 #define NOERROR ns_r_noerror
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dmdns_module.c978 hp->rcode = ns_r_noerror;

Completed in 265 milliseconds