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

  /external/dnsmasq/src/
dnsmasq.c 149 if (daemon->options & OPT_TFTP)
191 else if ((daemon->port != 0 || (daemon->options & OPT_TFTP)) &&
525 if (daemon->options & OPT_TFTP)
    [all...]
network.c 361 if (daemon->options & OPT_TFTP)
467 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok)
606 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok)
    [all...]
dnsmasq.h 187 #define OPT_TFTP (1u<<25)
option.c 305 { LOPT_TFTP, OPT_TFTP, NULL, gettext_noop("Enable integrated read-only TFTP server."), NULL },
    [all...]

Completed in 48 milliseconds