Home
last modified time | relevance | path

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

/dragonfly/include/
HDresolv.h215 #define RES_AAONLY 0x00000004 /* authoritative answers only (!IMPL)*/ macro
/dragonfly/lib/libc/resolv/
HDres_debug.c645 case RES_AAONLY: return "aaonly(unimpl)"; in p_option()