Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/resolv/
HDres_debug.c176 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
180 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
319 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
330 (RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) { in res_pquery()
HDres_findzonecut.c196 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
HDres_send.c502 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
/freebsd-13-stable/include/
HDresolv.h270 #define RES_PRF_HEAD1 0x00000100 macro