Home
last modified time | relevance | path

Searched refs:RES_NOTLDQUERY (Results 1 – 5 of 5) sorted by last modified time

/dragonfly/include/
H A Dresolv.h232 #define RES_NOTLDQUERY 0x00100000 /* don't unqualified name as a tld */ macro
/dragonfly/lib/libc/resolv/
H A Dres_init.c582 statp->options |= RES_NOTLDQUERY; in res_setoptions()
H A Dres_query.c325 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
H A Dres_debug.c667 #ifdef RES_NOTLDQUERY in p_option()
668 case RES_NOTLDQUERY: return "no-tld-query"; in p_option()
/dragonfly/lib/libc/net/
H A Dgetaddrinfo.c2628 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) && in res_searchN()