HomeSort by relevance Sort by last modified time
    Searched refs:tftp_max (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
dnsmasq.c 557 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)
    [all...]
dnsmasq.h 638 int dhcp_max, tftp_max; member in struct:daemon
option.c     [all...]

Completed in 50 milliseconds