Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/resolv/
H A Dres_debug.c157 sflag = (statp->pfcode & pflag); in do_section()
158 if (statp->pfcode && !sflag) in do_section()
175 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
179 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
293 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
297 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
299 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
318 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
328 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c322 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
506 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
507 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
511 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
834 (statp->pfcode & RES_PRF_REPLY),
1065 (statp->pfcode & RES_PRF_REPLY),
1078 (statp->pfcode & RES_PRF_REPLY),
1108 (statp->pfcode & RES_PRF_REPLY),
1121 if (!statp->pfcode)
H A Dres_findzonecut.c189 save_pfcode = statp->pfcode; in res_findzonecut2()
190 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
215 statp->pfcode = save_pfcode; in res_findzonecut2()
H A Dres_init.c211 statp->pfcode = 0; in __res_vinit()
/dflybsd-src/include/
H A Dresolv.h153 u_long pfcode; /* RES_PRF_ flags - see below. */ member