Home
last modified time | relevance | path

Searched refs:OPT_DBUS (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.c198 if (daemon->options & OPT_DBUS) in main()
471 if (daemon->options & OPT_DBUS) in main()
600 ((daemon->options & OPT_DBUS) && !daemon->dbus)) in main()
678 if ((daemon->options & OPT_DBUS) && !daemon->dbus) in main()
Dlease.c536 if ((daemon->options & OPT_DBUS) && !daemon->dbus) in do_script_run()
Ddnsmasq.h181 #define OPT_DBUS (1u<<19) macro
Doption.c291 …{ '1', OPT_DBUS, NULL, gettext_noop("Enable the DBus interface for setting upstream servers, etc."…