Home
last modified time | relevance | path

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

/system/netd/resolv/
Dresolv_private.h164 #define RES_ROTATE 0x00004000 /* rotate ns list after each query */ macro
Dres_init.cpp234 statp->options |= RES_ROTATE; in res_setoptions()
Dres_send.cpp472 if ((statp->options & RES_ROTATE) != 0U && (statp->options & RES_BLAST) == 0U) { in res_nsend()