Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_query.c371 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
H A Dres_debug.c682 #ifdef RES_NOTLDQUERY in p_option()
683 case RES_NOTLDQUERY: return "no-tld-query"; in p_option()
H A Dres_init.c658 statp->options |= RES_NOTLDQUERY; in res_setoptions()
/freebsd/include/
H A Dresolv.h247 #define RES_NOTLDQUERY 0x00100000 /*%< don't unqualified name as a tld */ macro
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2971 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) && in res_searchN()