Searched refs:rcode (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/lib/libc/resolv/
H A Dres_query.c126 hp->rcode = NOERROR; /*%< default */
174 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
177 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
178 p_rcode(hp->rcode),
183 switch (hp->rcode) {
260 if (hp->rcode == SERVFAIL)
328 * ((HEADER *)answer)->rcode may not be set
342 if (hp->rcode == SERVFAIL) {
365 if (hp->rcode == SERVFAIL)
H A Dres_debug.c277 u_int opcode, rcode, id; local
284 rcode = ns_msg_getflag(handle, ns_f_rcode);
294 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
297 _res_opcodes[opcode], p_rcode(rcode), id);
712 * Return a string for the rcode.
715 p_rcode(int rcode) { argument
716 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
H A Dres_findzonecut.c283 u_int rcode; local
315 rcode = ns_msg_getflag(msg, ns_f_rcode);
318 if (ancount > 0 && rcode == ns_r_noerror)
H A Dres_mkquery.c129 hp->rcode = NOERROR;
H A Dres_send.c1038 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1067 if (anhp->rcode == SERVFAIL ||
1068 anhp->rcode == NOTIMP ||
1069 anhp->rcode == REFUSED) {
H A Dres_update.c189 if (((HEADER *)answer)->rcode == NOERROR)
H A Dres_mkupdate.c123 hp->rcode = NOERROR;
/barrelfish-master/include/arpa/
H A Dnameser_compat.h74 unsigned rcode :4; /*%< response code */ member in struct:__anon32
84 unsigned rcode :4; /*%< response code */ member in struct:__anon32
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_mod.c234 char rcode[DECIMAL_SIZE(ret)+1]; local
236 BIO_snprintf(rcode, sizeof rcode, "%-8d", ret);
237 ERR_add_error_data(6, "module=", name, ", value=", value, ", retcode=", rcode);
/barrelfish-master/lib/libc/net/
H A Dgetaddrinfo.c2707 int rcode; local
2710 rcode = NOERROR;
2735 hp->rcode = NOERROR; /* default */
2770 rcode = hp->rcode; /* record most recent error */
2779 hp->rcode = FORMERR; /* XXX not very informative */
2780 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2781 rcode = hp->rcode; /* record most recent error */
2784 printf(";; rcode
[all...]

Completed in 43 milliseconds