tftp_connection_args is only used within LwIP_IAP.
 
Symbols
loading...
Files
loading...

tftp_connection_args struct

Syntax

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

op

No summary provided. Read more...

data

No summary provided. Read more...

data_len

No summary provided. Read more...

to_ip

No summary provided. Read more...

to_port

No summary provided. Read more...

block

No summary provided. Read more...

tot_bytes

No summary provided. Read more...

last_time

No summary provided. Read more...

Type Use

Variables of tftp_connection_args type
IAP_wrq_recv_callback()::args
IAP_tftp_process_write()::args
all items filtered out
tftp_connection_args
all items filtered out
tftp_connection_args
all items filtered out