Searched refs:OPT_NO_PING (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddhcp.c123 if (option_bool(OPT_NO_PING))
723 if ((count < max) && !option_bool(OPT_NO_PING) && icmp_ping(addr))
H A Ddnsmasq.h213 #define OPT_NO_PING 21 macro
H A Doption.c409 { '5', OPT_NO_PING, NULL, gettext_noop("Disable ICMP echo address checking in the DHCP server."), NULL },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddhcp.c123 if (option_bool(OPT_NO_PING))
723 if ((count < max) && !option_bool(OPT_NO_PING) && icmp_ping(addr))
H A Ddnsmasq.h213 #define OPT_NO_PING 21 macro
H A Doption.c409 { '5', OPT_NO_PING, NULL, gettext_noop("Disable ICMP echo address checking in the DHCP server."), NULL },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddhcp.c123 if (option_bool(OPT_NO_PING))
723 if ((count < max) && !option_bool(OPT_NO_PING) && icmp_ping(addr))
H A Ddnsmasq.h213 #define OPT_NO_PING 21 macro
H A Doption.c409 { '5', OPT_NO_PING, NULL, gettext_noop("Disable ICMP echo address checking in the DHCP server."), NULL },

Completed in 187 milliseconds