Lines Matching refs:pfcode
333 res.pfcode = PRF_DEF; in main()
639 res.pfcode = PRF_ZONE; in main()
765 if (res.pfcode & 0x80000) in main()
767 (unsigned long)res.pfcode, in main()
800 if (res.pfcode & RES_PRF_CMD) in main()
824 res.pfcode = 0; in main()
884 if (res.pfcode & RES_PRF_STATS) { in main()
945 if (res.pfcode & RES_PRF_HEAD1) in main()
973 if (res.pfcode & RES_PRF_STATS) { in main()
1136 res.pfcode = xstrtonum(++ptr); in setopt()
1140 res.pfcode = res.pfcode & xstrtonum(++ptr); in setopt()
1144 res.pfcode |= xstrtonum(++ptr); in setopt()
1146 res.pfcode = PRF_MIN; in setopt()
1148 res.pfcode = PRF_DEF; in setopt()
1150 res.pfcode |= RES_PRF_ANS; in setopt()
1152 res.pfcode &= ~RES_PRF_ANS; in setopt()
1154 res.pfcode |= RES_PRF_QUES; in setopt()
1156 res.pfcode &= ~RES_PRF_QUES; in setopt()
1158 res.pfcode |= RES_PRF_AUTH; in setopt()
1160 res.pfcode &= ~RES_PRF_AUTH; in setopt()
1162 res.pfcode |= RES_PRF_ADD; in setopt()
1164 res.pfcode &= ~RES_PRF_ADD; in setopt()
1166 res.pfcode |= RES_PRF_TTLID; in setopt()
1168 res.pfcode &= ~RES_PRF_TTLID; in setopt()
1170 res.pfcode |= RES_PRF_TRUNC; in setopt()
1172 res.pfcode &= ~RES_PRF_TRUNC; in setopt()
1174 res.pfcode |= RES_PRF_HEAD2; in setopt()
1176 res.pfcode &= ~RES_PRF_HEAD2; in setopt()
1178 res.pfcode |= RES_PRF_HEADX; in setopt()
1180 res.pfcode &= ~(RES_PRF_HEADX); in setopt()
1182 res.pfcode |= RES_PRF_QUERY; in setopt()
1184 res.pfcode &= ~RES_PRF_QUERY; in setopt()
1186 res.pfcode |= RES_PRF_REPLY; in setopt()
1188 res.pfcode &= ~RES_PRF_REPLY; in setopt()
1190 res.pfcode |= RES_PRF_CMD; in setopt()
1192 res.pfcode &= ~RES_PRF_CMD; in setopt()
1194 res.pfcode |= RES_PRF_CLASS; in setopt()
1196 res.pfcode &= ~RES_PRF_CLASS; in setopt()
1198 res.pfcode |= RES_PRF_STATS; in setopt()
1200 res.pfcode &= ~RES_PRF_STATS; in setopt()
1215 u_long pfcode = res.pfcode, options = res.options; in res_re_init() local
1227 res.pfcode = pfcode; in res_re_init()
1733 if (res.pfcode & RES_PRF_TRUNC) in print_axfr()
1737 (res.pfcode & RES_PRF_TRUNC) ? name_ctx : NULL, in print_axfr()
1738 (res.pfcode & RES_PRF_TRUNC) ? origin : NULL, in print_axfr()