Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c101 nstatp->pfcode &= ~RES_PRF_REPLY; in res_nsendsigned()
117 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned()
122 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned()
127 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned()
131 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned()
153 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned()
158 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned()
162 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n")); in res_nsendsigned()
H A Dres_send.c488 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
493 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
808 (statp->pfcode & RES_PRF_REPLY), in send_vc()
980 (statp->pfcode & RES_PRF_REPLY), in send_dg()
993 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1023 (statp->pfcode & RES_PRF_REPLY), in send_dg()
/illumos-gate/usr/src/head/
H A Dresolv.h309 #define RES_PRF_REPLY 0x00002000 macro