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 551 if (daemon->tftp_max > max_fd)
553 daemon->tftp_max = max_fd;
556 daemon->tftp_max);
1072 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 19 milliseconds