tftp_connection_args::tot_bytes is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

tftp_connection_args::tot_bytes field

Syntax

int tot_bytes;

References

LocationReferrerText
tftpserver.c:42
int tot_bytes;
tftpserver.c:352wrq_recv_callback()
(args->tot_bytes) += (pkt_buf->len - TFTP_DATA_PKT_HDR_LEN);
tftpserver.c:427tftp_process_read()
args->tot_bytes = 0;
tftpserver.c:478tftp_process_write()
args->tot_bytes = 0;

Data Use

Functions writing tftp_connection_args::tot_bytes
Functions reading tftp_connection_args::tot_bytes
tftp_connection_args::tot_bytes
all items filtered out