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

  /external/qemu/slirp/
tftp.h 10 #define TFTP_ACK 4
tftp.c 421 case TFTP_ACK:
  /external/qemu/slirp-android/
tftp.h 10 #define TFTP_ACK 4
tftp.c 427 case TFTP_ACK:
  /external/grub/netboot/
etherboot.h 230 #define TFTP_ACK 4
fsys_tftp.c 216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK);
main.c 446 tp.opcode = htons (TFTP_ACK);

Completed in 108 milliseconds