Home
last modified time | relevance | path

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

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