Searched refs:TFTP_MAXERRSTRSIZE (Results 1 – 2 of 2) sorted by relevance
154 #define TFTP_MAXERRSTRSIZE 100 /* max size of error message string */ macro179 u8_t ucErrMesg[TFTP_MAXERRSTRSIZE]; /* error message */
258 pstRecvBuf->u.stTFTP_Err.ucErrMesg[TFTP_MAXERRSTRSIZE - 1] = '\0'; in lwip_tftp_recv_from_server()486 if (strncpy_s((char *)(pstSendBuf->u.stTFTP_Err.ucErrMesg), TFTP_MAXERRSTRSIZE, in lwip_tftp_send_error()487 (char *)szErrMsg, (TFTP_MAXERRSTRSIZE - 1)) != EOK) { in lwip_tftp_send_error()491 pstSendBuf->u.stTFTP_Err.ucErrMesg[(TFTP_MAXERRSTRSIZE - 1)] = '\0'; in lwip_tftp_send_error()