Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dtftp.c231 if (daemon->tftp_prefix) in tftp_request()
233 if (daemon->tftp_prefix[0] == '/') in tftp_request()
235 strncat(daemon->namebuff, daemon->tftp_prefix, (MAXDNAME-1) - strlen(daemon->namebuff)); in tftp_request()
236 if (daemon->tftp_prefix[strlen(daemon->tftp_prefix)-1] != '/') in tftp_request()
298 if (daemon->tftp_prefix && strstr(namebuff, "/../")) in check_tftp_fileperm()
Ddnsmasq.c533 daemon->tftp_prefix ? _("root is ") : _("enabled"), in main()
534 daemon->tftp_prefix ? daemon->tftp_prefix: "", in main()
Ddnsmasq.h646 char *tftp_prefix; member
Doption.c1596 daemon->tftp_prefix = opt_string_alloc(arg); in one_opt()