Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_debug.c171 sflag = (statp->pfcode & pflag); in do_section()
172 if (statp->pfcode && !sflag) in do_section()
189 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
193 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
261 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
265 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
267 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
286 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
296 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
Dres_send.c374 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
554 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
555 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
559 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
850 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1007 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1020 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1050 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1063 if (!statp->pfcode) in send_dg()
Dres_init.c263 statp->pfcode = 0; in __res_vinit()
/bionic/libc/private/
Dresolv_private.h157 u_int pfcode; /* RES_PRF_ flags - see below. */ member
159 u_long pfcode; /* RES_PRF_ flags - see below. */ member