Home
last modified time | relevance | path

Searched refs:RES_ROTATE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dresolv.h278 #define RES_ROTATE 0x00004000 /* rotate ns list after each query */ macro
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c702 statp->options |= RES_ROTATE; in res_setoptions()
H A Dres_send.c387 if ((statp->options & RES_ROTATE) != 0U && in res_nsend()