OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_DBUS
(Results
1 - 4
of
4
) sorted by null
/external/dnsmasq/src/
dnsmasq.c
198
if (daemon->options &
OPT_DBUS
)
465
if (daemon->options &
OPT_DBUS
)
594
((daemon->options &
OPT_DBUS
) && !daemon->dbus))
672
if ((daemon->options &
OPT_DBUS
) && !daemon->dbus)
[
all
...]
lease.c
536
if ((daemon->options &
OPT_DBUS
) && !daemon->dbus)
dnsmasq.h
181
#define
OPT_DBUS
(1u<<19)
option.c
291
{ '1',
OPT_DBUS
, NULL, gettext_noop("Enable the DBus interface for setting upstream servers, etc."), NULL },
[
all
...]
Completed in 24 milliseconds