LwIP_IAP
tftp_connection_args
is only used within LwIP_IAP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP_IAP
tftp_connection_args
tftp_connection_args struct
Syntax
Show:
Summary
Declaration
from
tftpserver.h:38
typedef
struct
{
int
op
;
char
data
[
TFTP_DATA_PKT_LEN_MAX
]
;
int
data_len
;
ip_addr_t
to_ip
;
int
to_port
;
int
block
;
int
tot_bytes
;
unsigned
long
long
last_time
;
}
tftp_connection_args
;
Fields
Field
Declared as
tftp_connection_args::op
int
tftp_connection_args::data
char
[
TFTP_DATA_PKT_LEN_MAX
]
tftp_connection_args::data_len
int
tftp_connection_args::to_ip
ip_addr_t
tftp_connection_args::to_port
int
tftp_connection_args::block
int
tftp_connection_args::tot_bytes
int
tftp_connection_args::last_time
unsigned
long
long
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out