Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c118 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned()
154 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned()
H A Dres_debug.c195 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
199 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
338 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
349 (RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) { in res_pquery()
H A Dres_findzonecut.c187 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
H A Dres_send.c489 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
/illumos-gate/usr/src/head/
H A Dresolv.h304 #define RES_PRF_HEAD1 0x00000100 macro