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

  /external/dnsmasq/src/
dnsmasq.h 174 #define OPT_NODOTS_LOCAL (1u<<12)
forward.c 184 (daemon->options & OPT_NODOTS_LOCAL) && !strchr(qdomain, '.') && namelen != 0)
option.c 235 { 'D', OPT_NODOTS_LOCAL, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL },
    [all...]

Completed in 428 milliseconds