Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h182 #define OPT_TFTP (1u << 25) macro
Ddnsmasq.c205 } else if ((daemon->port != 0 || (daemon->options & OPT_TFTP)) && in main()
Doption.c324 {LOPT_TFTP, OPT_TFTP, NULL, gettext_noop("Enable integrated read-only TFTP server."), NULL},