Searched refs:RES_ROTATE (Results 1 – 10 of 10) sorted by relevance
122 print_option_flag (fp, &options, RES_ROTATE, "rotate"); in print_resp()818 TEST_VERIFY (_res.options & RES_ROTATE); in special_test_callback()823 TEST_VERIFY (_res.options & RES_ROTATE); in special_test_callback()888 TEST_VERIFY (!(_res.options & RES_ROTATE)); in special_test_callback()906 TEST_VERIFY (_res.options & RES_ROTATE); in special_test_callback()
119 #define RES_ROTATE 0x00004000 /* rotate ns list after each query */ macro
235 _res.options |= RES_ROTATE; in do_test()
689 { STRnLEN ("rotate"), 0, RES_ROTATE }, in res_setoptions()
608 case RES_ROTATE: return "rotate"; in libresolv_hidden_def()
202 if (nscount <= 1 || !(statp->options & RES_ROTATE)) in nameserver_offset()
3136 - When the “rotate” (RES_ROTATE) resolver option is active, the GNU C
6410 Fix RES_ROTATE.
2649 RES_ROTATE, RES_NOCHECKNAME, and RES_USEBSTRING.
1027 (__libc_res_nsend): Use it to implement RES_ROTATE.