Home
last modified time | relevance | path

Searched refs:RES_RECURSE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/include/
H A Dresolv.h219 #define RES_RECURSE 0x00000040 /* recursion desired */ macro
240 #define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | \
/dragonfly/lib/libc/resolv/
H A Dres_mkquery.c124 hp->rd = (statp->options & RES_RECURSE) != 0U; in res_nmkquery()
H A Dres_debug.c649 case RES_RECURSE: return "recurs"; in p_option()
/dragonfly/lib/libc/net/
H A Dgethostnamadr.c174 res_options = statp->options & (RES_RECURSE | RES_DEFNAMES | in host_id_func()
H A Dgetaddrinfo.c1477 res_options = statp->options & (RES_RECURSE | RES_DEFNAMES | in addrinfo_id_func()