LwIP_TFTP_Server
tftp_errorcode_string
is only used within LwIP_TFTP_Server.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/8)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP_TFTP_Server
tftp_errorcode_string
tftp_errorcode_string variable
Syntax
Show:
Summary
Declaration
from
tftpserver.c:58
char
*
tftp_errorcode_string
[
]
=
{
"not defined"
,
"file not found"
,
"access violation"
,
"disk full"
,
"illegal operation"
,
"unknown transfer id"
,
"file already exists"
,
"no such user"
,
}
;
Examples
References
from
examples
Code
Location
Referrer
char
*
tftp_errorcode_string
[
]
=
{
tftpserver.c:58
tftp_set_errormsg
(
buf
,
tftp_errorcode_string
[
err
]
)
;
tftpserver.c:119
tftp_construct_error_message()
errorlen
=
strlen
(
tftp_errorcode_string
[
err
]
)
;
tftpserver.c:121
tftp_construct_error_message()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tftp_errorcode_string
is read by 1 function:
All items filtered out
tftp_errorcode_string
tftp_construct_error_message()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out