Searched refs:TFTP_ERROR (Results 1 – 7 of 7) sorted by relevance
104 if (tr->opcode == ntohs (TFTP_ERROR)) in buf_fill()162 tp.opcode = htons (TFTP_ERROR); in buf_fill()216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK); in buf_fill()
231 #define TFTP_ERROR 5 macro
368 if (tr->opcode == ntohs (TFTP_ERROR)) in tftp()407 tp.opcode = htons (TFTP_ERROR); in tftp()
11 #define TFTP_ERROR 5 macro
193 tp->tp_op = htons(TFTP_ERROR); in tftp_send_error()
195 tp->tp_op = htons(TFTP_ERROR); in tftp_send_error()