Home
last modified time | relevance | path

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

/external/dnsmasq/contrib/try-all-ns/
Ddnsmasq-2.35-try-all-ns.patch5 #define OPT_NO_PING 2097152
47 { '5', OPT_NO_PING },
/external/dnsmasq/src/
Ddhcp.c91 if (daemon->options & OPT_NO_PING) in dhcp_init()
588 if (daemon->options & OPT_NO_PING) in address_allocate()
Ddnsmasq.h183 #define OPT_NO_PING (1u<<21) macro
Doption.c300 …{ '5', OPT_NO_PING, NULL, gettext_noop("Disable ICMP echo address checking in the DHCP server."), …