HomeSort by: relevance | last modified time | path
    Searched refs:rcode (Results 1 - 11 of 11) sorted by relevancy

  /src/include/arpa/
nameser_compat.h 75 unsigned rcode :4; /*%< response code */ member in struct:__anonc9002d770108
85 unsigned rcode :4; /*%< response code */ member in struct:__anonc9002d770108
  /src/lib/libc/resolv/
res_query.c 159 hp->rcode = NOERROR; /*%< default */
206 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
209 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
210 p_rcode(hp->rcode),
215 switch (hp->rcode) {
338 if (hp->rcode == SERVFAIL) {
res_debug.c 292 u_int opcode, rcode, id; local in function:res_pquery
299 rcode = ns_msg_getflag(handle, ns_f_rcode);
309 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
312 _res_opcodes[opcode], p_rcode((int)rcode), id);
728 * Return a string for the rcode.
731 p_rcode(int rcode) {
732 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
res_send.c 1083 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1112 if (anhp->rcode == SERVFAIL ||
1113 anhp->rcode == NOTIMP ||
1114 anhp->rcode == REFUSED) {
res_mkquery.c 146 hp->rcode = NOERROR;
255 *cp++ = NOERROR; /*%< extended RCODE */
  /src/lib/libresolv/
res_update.c 186 if (h.rcode == NOERROR)
res_findzonecut.c 283 u_int rcode; local in function:get_soa
315 rcode = ns_msg_getflag(msg, ns_f_rcode);
318 if (ancount > 0 && rcode == ns_r_noerror)
res_mkupdate.c 110 hp->rcode = NOERROR;
  /src/lib/libc/net/
getaddrinfo.c 2555 int rcode; local in function:res_queryN
2562 rcode = NOERROR;
2575 hp->rcode = NOERROR; /* default */
2631 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2632 rcode = hp->rcode; /* record most recent error */
2635 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
2636 p_rcode(hp->rcode),
2650 switch (rcode) {
2767 if (hp->rcode == SERVFAIL)
    [all...]
  /src/tests/net/bpfjit/
t_bpfjit.c 139 const uint16_t rcode = insns[0].code; local in function:ATF_TC_BODY
140 ATF_CHECK(BPF_CLASS(rcode) == BPF_RET &&
141 (BPF_RVAL(rcode) == BPF_K || BPF_RVAL(rcode) == BPF_A));
  /src/tests/lib/libbpfjit/
t_bpfjit.c 124 const uint16_t rcode = insns[0].code; local in function:ATF_TC_BODY
125 ATF_CHECK(BPF_CLASS(rcode) == BPF_RET &&
126 (BPF_RVAL(rcode) == BPF_K || BPF_RVAL(rcode) == BPF_A));

Completed in 27 milliseconds