tftp_errorcode_string is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

tftp_errorcode_string variable

Syntax

char *tftp_errorcode_string[] = { "not defined", "file not found", "access violation", "disk full", "illegal operation", "unknown transfer id", "file already exists", "no such user", };

References

LocationReferrerText
tftpserver.c:58
char *tftp_errorcode_string[] = {
tftpserver.c:119tftp_construct_error_message()
tftp_set_errormsg(buf, tftp_errorcode_string[err]);
tftpserver.c:121tftp_construct_error_message()
errorlen = strlen(tftp_errorcode_string[err]);

Data Use

Functions reading tftp_errorcode_string
tftp_errorcode_string
all items filtered out