Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_debug.c171 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
175 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
314 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
325 (RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) { in res_pquery()
H A Dres_findzonecut.c192 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
H A Dres_send.c497 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
/freebsd/include/
H A Dresolv.h269 #define RES_PRF_HEAD1 0x00000100 macro