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

/bionic/libc/dns/resolv/
H A Dres_query.c142 hp->rcode = NOERROR; /* default */
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
187 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
188 p_rcode(hp->rcode),
193 switch (hp->rcode) {
326 if (hp->rcode == SERVFAIL) {
H A Dres_mkquery.c149 hp->rcode = NOERROR;
H A Dres_debug.c290 u_int opcode, rcode, id; local
297 rcode = ns_msg_getflag(handle, ns_f_rcode);
307 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
310 _res_opcodes[opcode], p_rcode((int)rcode), id);
724 * Return a string for the rcode.
727 p_rcode(int rcode) { argument
728 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
H A Dres_send.c1206 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1238 if (anhp->rcode == SERVFAIL ||
1239 anhp->rcode == NOTIMP ||
1240 anhp->rcode == REFUSED) {
/bionic/libc/include/arpa/
H A Dnameser_compat.h115 unsigned rcode :4; /* response code */ member in struct:__anon26
125 unsigned rcode :4; /* response code */ member in struct:__anon26
/bionic/libc/kernel/uapi/linux/
H A Dfirewire-cdev.h59 __u32 rcode; member in struct:fw_cdev_event_response
119 __u32 rcode; member in struct:fw_cdev_event_phy_packet
190 __u32 rcode; member in struct:fw_cdev_send_response
/bionic/libc/dns/net/
H A Dgetaddrinfo.c2152 int rcode; local
2158 rcode = NOERROR;
2167 hp->rcode = NOERROR; /* default */
2205 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2206 rcode = hp->rcode; /* record most recent error */
2209 printf(";; rcode = %u, ancount=%u\n", hp->rcode,
2221 switch (rcode) {
2346 if (hp->rcode
[all...]

Completed in 179 milliseconds