Home
last modified time | relevance | path

Searched refs:TFTP_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dprint-tftp.c46 #define TFTP_ERROR 05 /* error code */ macro
84 { TFTP_ERROR, "ERROR" }, /* error code */
195 case TFTP_ERROR: in tftp_print()
/external/syslinux/com32/libupload/
Dupload_tftp.c18 TFTP_ERROR = 5, enumerator
104 } else if (ntohs(xb[0]) == TFTP_ERROR) { in send_ack_packet()
/external/syslinux/core/fs/pxe/
Dtftp.h38 #define TFTP_ERROR htons(5) // ERROR packet macro
Dtftp.c47 err_buf.err_op = TFTP_ERROR; in tftp_error()
281 case TFTP_ERROR: in tftp_open()
/external/syslinux/gpxe/src/include/gpxe/
Dtftp.h22 #define TFTP_ERROR 5 /**< Error opcode */ macro
/external/syslinux/gpxe/src/net/udp/
Dtftp.c443 err->opcode = htons ( TFTP_ERROR ); in tftp_send_error()
967 case htons ( TFTP_ERROR ): in tftp_rx()