Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c125 else if (serv->flags & SERV_LITERAL_ADDRESS) { in search_servers()
150 else if (serv->flags & SERV_LITERAL_ADDRESS) { in search_servers()
260 !(start->flags & SERV_LITERAL_ADDRESS)) { in forward_query()
428 if (!(server->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) && in reply_query()
472 (SERV_LITERAL_ADDRESS | SERV_HAS_DOMAIN | SERV_FOR_NODOTS | SERV_NO_ADDR)) && in reply_query()
Dnetwork.c710 if (!(srv->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) && in pre_allocate_sfds()
730 if (!(new->flags&(SERV_LITERAL_ADDRESS | SERV_NO_ADDR))) { in check_servers()
774 else if (!(new->flags& SERV_LITERAL_ADDRESS)) in check_servers()
Dcache.c946 if (!(serv->flags & (SERV_NO_ADDR | SERV_LITERAL_ADDRESS | SERV_COUNTED))) { in dump_cache()
950 if (!(serv1->flags & (SERV_NO_ADDR | SERV_LITERAL_ADDRESS | SERV_COUNTED)) && in dump_cache()
Ddnsmasq.h304 #define SERV_LITERAL_ADDRESS 4 /* addr is the answer, not the server */ macro
Doption.c1281 newlist->flags |= SERV_LITERAL_ADDRESS; in one_opt()
1287 if (newlist->flags & SERV_LITERAL_ADDRESS) option = '?'; in one_opt()