Home
last modified time | relevance | path

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

/dragonfly/lib/libc/resolv/
H A Dres_debug.c293 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
297 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) 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()
/dragonfly/include/
H A Dresolv.h257 #define RES_PRF_HEADX 0x00000800 macro