HomeSort by relevance Sort by last modified time
    Searched refs:tftp_prefix (Results 1 - 10 of 10) sorted by null

  /external/qemu/slirp/
libslirp.h 31 extern const char *tftp_prefix;
tftp.c 40 const char *tftp_prefix; variable
110 tftp_prefix, spt->filename);
338 if (!tftp_prefix) {
373 if (tsize == 0 && tftp_prefix) {
378 tftp_prefix, spt->filename);
  /external/qemu/slirp-android/
tftp.c 40 const char *tftp_prefix; variable
110 tftp_prefix, spt->filename);
344 if (!tftp_prefix) {
379 if (tsize == 0 && tftp_prefix) {
384 tftp_prefix, spt->filename);
libslirp.h 112 extern const char *tftp_prefix;
  /external/dnsmasq/src/
tftp.c 231 if (daemon->tftp_prefix)
233 if (daemon->tftp_prefix[0] == '/')
235 strncat(daemon->namebuff, daemon->tftp_prefix, (MAXDNAME-1) - strlen(daemon->namebuff));
236 if (daemon->tftp_prefix[strlen(daemon->tftp_prefix)-1] != '/')
298 if (daemon->tftp_prefix && strstr(namebuff, "/../"))
dnsmasq.c 527 daemon->tftp_prefix ? _("root is ") : _("enabled"),
528 daemon->tftp_prefix ? daemon->tftp_prefix: "",
    [all...]
dnsmasq.h 644 char *tftp_prefix; member in struct:daemon
option.c     [all...]
  /external/qemu/
vl-android.c     [all...]
vl.c     [all...]

Completed in 121 milliseconds