Searched refs:tftp_prefix (Results 1 – 9 of 9) sorted by relevance
40 const char *tftp_prefix; variable110 tftp_prefix, spt->filename); in tftp_read_data()338 if (!tftp_prefix) { in tftp_handle_rrq()373 if (tsize == 0 && tftp_prefix) { in tftp_handle_rrq()378 tftp_prefix, spt->filename); in tftp_handle_rrq()
31 extern const char *tftp_prefix;
40 const char *tftp_prefix; variable110 tftp_prefix, spt->filename); in tftp_read_data()341 if (!tftp_prefix) { in tftp_handle_rrq()376 if (tsize == 0 && tftp_prefix) { in tftp_handle_rrq()380 tftp_prefix, spt->filename); in tftp_handle_rrq()
112 extern const char *tftp_prefix;
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
1608 daemon->tftp_prefix = opt_string_alloc(arg); in one_opt()
2450 tftp_prefix = optarg; in main()