Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_private.h258 #define RES_AAONLY 0x00000004 /* authoritative answers only (!IMPL)*/ macro
/bionic/libc/dns/resolv/
Dres_debug.c670 case RES_AAONLY: return "aaonly(unimpl)"; in p_option()