Home
last modified time | relevance | path

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

/titanic_50/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.c493 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
498 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
813 (statp->pfcode & RES_PRF_REPLY), in send_vc()
985 (statp->pfcode & RES_PRF_REPLY), in send_dg()
998 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1028 (statp->pfcode & RES_PRF_REPLY), in send_dg()
/titanic_50/usr/src/head/
H A Dresolv.h309 #define RES_PRF_REPLY 0x00002000 macro