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

  /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));
  /src/lib/libresolv/
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)
  /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_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));
  /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...]

Completed in 21 milliseconds