Searched refs:OPT_TFTP (Results 1 – 4 of 4) sorted by relevance
149 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()
375 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()
187 #define OPT_TFTP (1u<<25) macro
305 { LOPT_TFTP, OPT_TFTP, NULL, gettext_noop("Enable integrated read-only TFTP server."), NULL },