Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/resolv/
HDres_debug.c294 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
298 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) 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()
/freebsd-13-stable/include/
HDresolv.h273 #define RES_PRF_HEADX 0x00000800 macro