Searched refs:RES_SNGLKUP (Results 1 – 7 of 7) sorted by relevance
128 _res.options |= RES_SNGLKUP; in do_test()
220 _res.options |= RES_SNGLKUP; in do_test()
127 #define RES_SNGLKUP 0x00200000 /* one outstanding request at a time */ macro
946 bool single_request = (((statp->options & RES_SNGLKUP) != 0) in send_dg()1004 statp->options |= RES_SNGLKUP; in send_dg()
692 { STRnLEN ("single-request"), 0, RES_SNGLKUP }, in res_setoptions()
124 print_option_flag (fp, &options, RES_SNGLKUP, in print_resp()
610 case RES_SNGLKUP: return "single-request"; in libresolv_hidden_def()
Completed in 17 milliseconds