Searched refs:tftp_prefix (Results 1 – 4 of 4) sorted by relevance
231 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()
533 daemon->tftp_prefix ? _("root is ") : _("enabled"), in main()534 daemon->tftp_prefix ? daemon->tftp_prefix: "", in main()
646 char *tftp_prefix; member
1596 daemon->tftp_prefix = opt_string_alloc(arg); in one_opt()