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

/external/dnsmasq/src/
H A Ddnsmasq.c557 if (daemon->tftp_max > max_fd)
559 daemon->tftp_max = max_fd;
562 daemon->tftp_max);
1093 if (tftp <= daemon->tftp_max && listener->tftpfd != -1)
H A Ddnsmasq.h640 int dhcp_max, tftp_max; member in struct:daemon
H A Doption.c1603 if (!atoi_check(arg, &daemon->tftp_max))
2804 daemon->tftp_max = TFTP_MAX_CONNECTIONS;

Completed in 44 milliseconds