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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnsmasq.c835 if (daemon->tftp_max > max_fd)
837 daemon->tftp_max = max_fd;
840 daemon->tftp_max);
1495 if (tftp <= daemon->tftp_max && listener->tftpfd != -1)
H A Ddnsmasq.h986 int dhcp_max, tftp_max; member in struct:daemon
H A Doption.c2581 if (!atoi_check(arg, &daemon->tftp_max))
4449 daemon->tftp_max = TFTP_MAX_CONNECTIONS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnsmasq.c835 if (daemon->tftp_max > max_fd)
837 daemon->tftp_max = max_fd;
840 daemon->tftp_max);
1495 if (tftp <= daemon->tftp_max && listener->tftpfd != -1)
H A Ddnsmasq.h986 int dhcp_max, tftp_max; member in struct:daemon
H A Doption.c2581 if (!atoi_check(arg, &daemon->tftp_max))
4449 daemon->tftp_max = TFTP_MAX_CONNECTIONS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnsmasq.c835 if (daemon->tftp_max > max_fd)
837 daemon->tftp_max = max_fd;
840 daemon->tftp_max);
1495 if (tftp <= daemon->tftp_max && listener->tftpfd != -1)
H A Ddnsmasq.h986 int dhcp_max, tftp_max; member in struct:daemon
H A Doption.c2581 if (!atoi_check(arg, &daemon->tftp_max))
4449 daemon->tftp_max = TFTP_MAX_CONNECTIONS;

Completed in 280 milliseconds