OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
[
all
...]
option.c
235
{ 'D',
OPT_NODOTS_LOCAL
, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL },
[
all
...]
Completed in 2644 milliseconds