Home
last modified time | relevance | path

Searched refs:pfcode (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/dns/resolv/
Dres_debug.c162 sflag = (int)(statp->pfcode & pflag); in do_section()
163 if (statp->pfcode && !sflag) in do_section()
180 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
184 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
299 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
303 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
305 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
324 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
334 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
Dres_send.c362 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
606 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
607 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
611 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
961 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1208 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1221 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1251 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1266 if (!statp->pfcode) { in send_dg()
Dres_init.c229 statp->pfcode = 0; in __res_vinit()
/bionic/libc/dns/include/
Dresolv_private.h158 u_int pfcode; /* RES_PRF_ flags - see below. */ member
160 u_long pfcode; /* RES_PRF_ flags - see below. */ member