Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c134 else if (serv->flags & SERV_LITERAL_ADDRESS) in search_servers()
165 else if (serv->flags & SERV_LITERAL_ADDRESS) in search_servers()
294 !(start->flags & SERV_LITERAL_ADDRESS)) in forward_query()
495 if (!(server->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) && in reply_query()
544 …if (!(last_server->flags & (SERV_LITERAL_ADDRESS | SERV_HAS_DOMAIN | SERV_FOR_NODOTS | SERV_NO_ADD… in reply_query()
Dnetwork.c831 if (!(srv->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) && in pre_allocate_sfds()
858 if (!(new->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR))) in check_servers()
909 else if (!(new->flags & SERV_LITERAL_ADDRESS)) in check_servers()
Dcache.c1143 if (!(serv->flags & (SERV_NO_ADDR | SERV_LITERAL_ADDRESS | SERV_COUNTED))) in dump_cache()
1148 …if (!(serv1->flags & (SERV_NO_ADDR | SERV_LITERAL_ADDRESS | SERV_COUNTED)) && sockaddr_isequal(&se… in dump_cache()
Ddnsmasq.h309 #define SERV_LITERAL_ADDRESS 4 /* addr is the answer, not the server */ macro
Doption.c1415 newlist->flags |= SERV_LITERAL_ADDRESS; in one_opt()
1423 if (newlist->flags & SERV_LITERAL_ADDRESS) in one_opt()