Searched refs:OPT_NO_PING (Results 1 – 4 of 4) sorted by relevance
5 #define OPT_NO_PING 209715247 { '5', OPT_NO_PING },
86 if (daemon->options & OPT_NO_PING) in dhcp_init()583 if (daemon->options & OPT_NO_PING) in address_allocate()
183 #define OPT_NO_PING (1u<<21) macro
296 …{ '5', OPT_NO_PING, NULL, gettext_noop("Disable ICMP echo address checking in the DHCP server."), …