Searched refs:TFTP_ERROR (Results 1 – 2 of 2) sorted by relevance
142 if (tr->opcode == ntohs(TFTP_ERROR)) in tftp_file_read()172 tp.opcode = htons(TFTP_ERROR); in tftp_file_read()291 if (tr->opcode == ntohs (TFTP_ERROR)) in buf_fill()349 tp.opcode = htons (TFTP_ERROR); in buf_fill()403 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK); in buf_fill()
26 #define TFTP_ERROR 5 macro