Home
last modified time | relevance | path

Searched refs:tftp_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Dtftp.c203 int tftp_error; in recvtftp() local
254 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()