Searched refs:OPT_TFTP (Results 1 - 4 of 4) sorted by relevance

/external/dnsmasq/src/
H A Ddnsmasq.c149 if (daemon->options & OPT_TFTP)
191 else if ((daemon->port != 0 || (daemon->options & OPT_TFTP)) &&
525 if (daemon->options & OPT_TFTP)
H A Dnetwork.c361 if (daemon->options & OPT_TFTP)
467 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok)
631 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok)
H A Ddnsmasq.h187 #define OPT_TFTP (1u<<25) macro
H A Doption.c305 { LOPT_TFTP, OPT_TFTP, NULL, gettext_noop("Enable integrated read-only TFTP server."), NULL },

Completed in 74 milliseconds