Searched refs:RES_PRF_REPLY (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_sendsigned.c | 101 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 D | res_send.c | 490 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend() 495 (statp->pfcode & RES_PRF_REPLY), in res_nsend() 787 (statp->pfcode & RES_PRF_REPLY), in send_vc() 959 (statp->pfcode & RES_PRF_REPLY), in send_dg() 972 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1002 (statp->pfcode & RES_PRF_REPLY), in send_dg()
|
/titanic_41/usr/src/head/ |
H A D | resolv.h | 309 #define RES_PRF_REPLY 0x00002000 macro
|