Home
last modified time | relevance | path

Searched refs:CONFIG_DISABLE (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c354 if (have_config(config, CONFIG_DISABLE)) message = _("disabled"); in dhcp_reply()
784 if (ignore || have_config(config, CONFIG_DISABLE)) { in dhcp_reply()
871 if (ignore || have_config(config, CONFIG_DISABLE)) return 0; in dhcp_reply()
1101 if (ignore || have_config(config, CONFIG_DISABLE)) message = _("ignored"); in dhcp_reply()
Ddnsmasq.h453 #define CONFIG_DISABLE 1 macro
Doption.c1665 new->flags |= CONFIG_DISABLE; in one_opt()