Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h178 #define OPT_NO_PING (1u << 21) macro
Ddhcp.c451 if (daemon->options & OPT_NO_PING) return 1; in address_allocate()
Doption.c308 {'5', OPT_NO_PING, NULL, gettext_noop("Disable ICMP echo address checking in the DHCP server."),