HomeSort by relevance Sort by last modified time
    Searched refs:TFTP_ERROR (Results 1 - 6 of 6) 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 194 tp->tp_op = htons(TFTP_ERROR);
  /external/tcpdump/
tftp.h 52 #define TFTP_ERROR 05 /* error code */
print-tftp.c 53 { TFTP_ERROR, "ERROR" }, /* error code */
132 case TFTP_ERROR:

Completed in 4222 milliseconds