Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c120 #define TFTP_MAX_ERRCODE EOPTNEG macro
121 static const int tftperrors[TFTP_MAX_ERRCODE + 1] = {
234 if ((unsigned)ntohs(t->th_code) > TFTP_MAX_ERRCODE) { in recvtftp()