Searched refs:tftp_error (Results 1 – 1 of 1) sorted by relevance
192 int tftp_error; in recvtftp() local239 tftp_error = ntohs(t->th_code); in recvtftp()240 if ((unsigned)tftp_error > TFTP_MAX_ERRCODE) { in recvtftp()241 printf("illegal tftp error %d\n", tftp_error); in recvtftp()245 printf("tftp-error %d\n", tftp_error); in recvtftp()247 errno = tftperrors[tftp_error]; in recvtftp()251 if (tftp_error == 0) in recvtftp()