Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_query.c349 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
Dres_debug.c691 #ifdef RES_NOTLDQUERY in p_option()
692 case RES_NOTLDQUERY: return "no-tld-query"; in p_option()
Dres_init.c551 statp->options |= RES_NOTLDQUERY; in res_setoptions()
/bionic/libc/dns/include/
Dresolv_private.h258 #define RES_NOTLDQUERY 0x00100000 /* don't unqualified name as a tld */ macro