Searched refs:TFTP_MAX_ERRCODE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/stand/libsa/
H A Dtftp.c122 #define TFTP_MAX_ERRCODE EOPTNEG macro
123 static const int tftperrors[TFTP_MAX_ERRCODE + 1] = {
236 if ((unsigned)ntohs(t->th_code) > TFTP_MAX_ERRCODE) {

Completed in 91 milliseconds