Home
last modified time | relevance | path

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

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