HomeSort by relevance Sort by last modified time
    Searched refs:SERV_NO_ADDR (Results 1 - 5 of 5) sorted by null

  /external/dnsmasq/src/
forward.c 123 if (serv->flags & SERV_NO_ADDR)
148 if (serv->flags & SERV_NO_ADDR)
428 if (!(server->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) &&
472 (SERV_LITERAL_ADDRESS | SERV_HAS_DOMAIN | SERV_FOR_NODOTS | SERV_NO_ADDR)) &&
    [all...]
network.c 710 if (!(srv->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) &&
730 if (!(new->flags&(SERV_LITERAL_ADDRESS | SERV_NO_ADDR))) {
772 if (new->flags & SERV_NO_ADDR)
    [all...]
cache.c     [all...]
dnsmasq.h 303 #define SERV_NO_ADDR 2 /* no server, this domain is local only */
option.c     [all...]

Completed in 52 milliseconds