Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dtftp.c40 const char *tftp_prefix; variable
110 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()
Dlibslirp.h31 extern const char *tftp_prefix;
/external/qemu/slirp-android/
Dtftp.c40 const char *tftp_prefix; variable
110 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()
Dlibslirp.h112 extern const char *tftp_prefix;
/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.c1608 daemon->tftp_prefix = opt_string_alloc(arg); in one_opt()
/external/qemu/
Dvl-android.c2450 tftp_prefix = optarg; in main()