Home
last modified time | relevance | path

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

/dragonfly/lib/libc/resolv/
H A Dres_debug.c175 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
179 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
318 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
329 (RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) { in res_pquery()
H A Dres_findzonecut.c190 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
H A Dres_send.c507 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
/dragonfly/include/
H A Dresolv.h254 #define RES_PRF_HEAD1 0x00000100 macro