Searched refs:tftp_error (Results 1 – 1 of 1) sorted by relevance
203 int tftp_error; in recvtftp() local254 tftp_error = ntohs(t->th_code); in recvtftp()255 if ((unsigned)tftp_error > TFTP_MAX_ERRCODE) { in recvtftp()256 printf("illegal tftp error %d\n", tftp_error); in recvtftp()259 DEBUG_PRINTF(0, ("tftp-error %d\n", tftp_error)); in recvtftp()260 errno = tftperrors[tftp_error]; in recvtftp()264 if (tftp_error == 0) in recvtftp()