Home
last modified time | relevance | path

Searched refs:RES_SNGLKUP (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/resolv/
Dtst-bug18665.c128 _res.options |= RES_SNGLKUP; in do_test()
Dtst-bug18665-tcp.c220 _res.options |= RES_SNGLKUP; in do_test()
Dresolv.h127 #define RES_SNGLKUP 0x00200000 /* one outstanding request at a time */ macro
Dres_send.c951 bool single_request = (((statp->options & RES_SNGLKUP) != 0) in send_dg()
1009 statp->options |= RES_SNGLKUP; in send_dg()
Dres_init.c692 { STRnLEN ("single-request"), 0, RES_SNGLKUP }, in res_setoptions()
Dtst-resolv-res_init-skeleton.c124 print_option_flag (fp, &options, RES_SNGLKUP, in print_resp()
Dres_debug.c610 case RES_SNGLKUP: return "single-request"; in libresolv_hidden_def()
/glibc-2.36/ChangeLog.old/
DChangeLog.174409 * resolv/resolv.h (RES_SNGLKUP): Define.
DChangeLog.1868581 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,