Searched refs:TFTP_ERROR (Results 1 – 6 of 6) sorted by relevance
46 #define TFTP_ERROR 05 /* error code */ macro84 { TFTP_ERROR, "ERROR" }, /* error code */195 case TFTP_ERROR: in tftp_print()
18 TFTP_ERROR = 5, enumerator104 } else if (ntohs(xb[0]) == TFTP_ERROR) { in send_ack_packet()
38 #define TFTP_ERROR htons(5) // ERROR packet macro
47 err_buf.err_op = TFTP_ERROR; in tftp_error()281 case TFTP_ERROR: in tftp_open()
22 #define TFTP_ERROR 5 /**< Error opcode */ macro
443 err->opcode = htons ( TFTP_ERROR ); in tftp_send_error()967 case htons ( TFTP_ERROR ): in tftp_rx()