Home
last modified time | relevance | path

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

/bionic/libc/private/
Dresolv_private.h237 #define RES_NOALIASES 0x00001000 /* shuts off HOSTALIASES feature */ macro
/bionic/libc/netbsd/resolv/
Dres_debug.c626 case RES_NOALIASES: return "noaliases"; in p_option()