LwIP_TFTP_Server
tftp_errorcode
is only used within LwIP_TFTP_Server.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP_TFTP_Server
tftp_errorcode
tftp_errorcode enum
Syntax
Show:
Summary
Declaration
from
tftpserver.h:47
enum
{
TFTP_ERR_NOTDEFINED
,
TFTP_ERR_FILE_NOT_FOUND
,
TFTP_ERR_ACCESS_VIOLATION
,
TFTP_ERR_DISKFULL
,
TFTP_ERR_ILLEGALOP
,
TFTP_ERR_UKNOWN_TRANSFER_ID
,
TFTP_ERR_FILE_ALREADY_EXISTS
,
TFTP_ERR_NO_SUCH_USER
,
}
;
Values
Value
Declared as
tftp_errorcode::TFTP_ERR_NOTDEFINED
tftp_errorcode::TFTP_ERR_FILE_NOT_FOUND
tftp_errorcode::TFTP_ERR_ACCESS_VIOLATION
tftp_errorcode::TFTP_ERR_DISKFULL
tftp_errorcode::TFTP_ERR_ILLEGALOP
tftp_errorcode::TFTP_ERR_UKNOWN_TRANSFER_ID
tftp_errorcode::TFTP_ERR_FILE_ALREADY_EXISTS
tftp_errorcode::TFTP_ERR_NO_SUCH_USER
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
tftpserver.h:47
}
tftp_errorcode
;
tftpserver.h:56
int
tftp_construct_error_message
(
char
*
buf
,
tftp_errorcode
err
)
tftpserver.c:111
tftp_construct_error_message()
tftp_construct_error_message()::err
int
tftp_send_error_message
(
struct
udp_pcb
*
upcb
,
const
ip_addr_t
*
to
,
int
to_port
,
tftp_errorcode
err
)
tftpserver.c:136
tftp_send_error_message()
tftp_send_error_message()::err
}
tftp_errorcode
;
tftpserver.h:56
tftp_errorcode
void
tftp_set_errorcode
(
char
*
buffer
,
tftp_errorcode
errCode
)
tftputils.c:60
tftp_set_errorcode()
tftp_set_errorcode()::errCode
void
tftp_set_errorcode
(
char
*
buffer
,
tftp_errorcode
errCode
)
;
tftputils.h:28
tftp_set_errorcode()
tftp_set_errorcode()::errCode
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tftp_construct_error_message()::err
tftp_construct_error_message()
tftpserver.c:111
tftp_send_error_message()::err
tftp_send_error_message()
tftpserver.c:136
tftp_set_errorcode()::errCode
tftp_set_errorcode()
tftputils.h:28
tftp_set_errorcode()::errCode
tftp_set_errorcode()
tftputils.c:60
Lifecycle
from
examples
All items filtered out
All items filtered out