Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_debug.c189 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
193 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
286 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
297 (RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) { in res_pquery()
Dres_send.c554 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
/bionic/libc/private/
Dresolv_private.h265 #define RES_PRF_HEAD1 0x00000100 macro