OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_NO_RESOLV
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
option.c
269
{ 'R',
OPT_NO_RESOLV
, NULL, gettext_noop("Do NOT read resolv.conf."), NULL },
[
all
...]
dnsmasq.c
486
if (daemon->port != 0 && (daemon->options &
OPT_NO_RESOLV
))
[
all
...]
dnsmasq.h
170
#define
OPT_NO_RESOLV
(1u<<8)
Completed in 45 milliseconds