Searched refs:dhcp_max (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Dlease.c36 leases_left = daemon->dhcp_max;
H A Ddnsmasq.h359 int dhcp_max; member in struct:daemon
H A Doption.c191 daemon->dhcp_max = MAXLEASES;
729 if (!atoi_check(optarg, &daemon->dhcp_max))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Ddnsmasq.h438 int dhcp_max; member in struct:daemon
H A Dlease.c27 leases_left = daemon->dhcp_max;
H A Doption.c851 if (!atoi_check(arg, &daemon->dhcp_max))
1841 daemon->dhcp_max = MAXLEASES;

Completed in 156 milliseconds