Searched refs:TFTP_MAX_ERRCODE (Results 1 – 1 of 1) sorted by relevance
120 #define TFTP_MAX_ERRCODE EOPTNEG macro121 static const int tftperrors[TFTP_MAX_ERRCODE + 1] = {234 if ((unsigned)ntohs(t->th_code) > TFTP_MAX_ERRCODE) { in recvtftp()