Home
last modified time | relevance | path

Searched refs:RES_NOALIASES (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/resolv/
Dres_context_hostalias.c101 if (ctx->resp->options & RES_NOALIASES) in __res_context_hostalias()
Dresolv.h118 #define RES_NOALIASES 0x00001000 /* shuts off HOSTALIASES feature */ macro
Dres_debug.c607 case RES_NOALIASES: return "noaliases"; in libresolv_hidden_def()
/glibc-2.36/ChangeLog.old/
DChangeLog.1868580 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,