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

  /external/qemu/slirp/
tftp.h 11 #define TFTP_ERROR 5
tftp.c 193 tp->tp_op = htons(TFTP_ERROR);
  /external/qemu/slirp-android/
tftp.h 11 #define TFTP_ERROR 5
tftp.c 195 tp->tp_op = htons(TFTP_ERROR);
  /external/grub/netboot/
fsys_tftp.c 104 if (tr->opcode == ntohs (TFTP_ERROR))
162 tp.opcode = htons (TFTP_ERROR);
216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK);
etherboot.h 231 #define TFTP_ERROR 5
main.c 368 if (tr->opcode == ntohs (TFTP_ERROR))
407 tp.opcode = htons (TFTP_ERROR);

Completed in 89 milliseconds