Searched refs:tftp_error (Results 1 – 1 of 1) sorted by relevance
195 int tftp_error; in recvtftp() local242 tftp_error = ntohs(t->th_code); in recvtftp()243 if ((unsigned)tftp_error > TFTP_MAX_ERRCODE) { in recvtftp()244 printf("illegal tftp error %d\n", tftp_error); in recvtftp()248 printf("tftp-error %d\n", tftp_error); in recvtftp()250 errno = tftperrors[tftp_error]; in recvtftp()254 if (tftp_error == 0) in recvtftp()