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

  /external/qemu/slirp/
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);
341 if (!tftp_prefix) {
376 if (tsize == 0 && tftp_prefix) {
380 tftp_prefix, spt->filename);
  /external/dnsmasq/src/
dnsmasq.h 646 char *tftp_prefix; member in struct:daemon

Completed in 68 milliseconds