tftp_cleanup_wr() is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

tftp_cleanup_wr() function

Cleanup after end of TFTP write operation

Syntax

void tftp_cleanup_wr(struct udp_pcb *upcb,     tftp_connection_args *args);

Arguments

upcb

pointer on udp pcb

args

pointer on a structure of type tftp_connection_args

Return value

None

References

LocationReferrerText
tftpserver.c:230
void tftp_cleanup_wr(struct udp_pcb *upcb, tftp_connection_args *args)
tftpserver.c:345wrq_recv_callback()
tftp_cleanup_wr(upcb, args); /* close the connection */
tftpserver.c:376wrq_recv_callback()
tftp_cleanup_wr(upcb, args);
tftpserver.c:458tftp_process_write()
tftp_cleanup_wr(upcb, args);
tftpserver.c:468tftp_process_write()
tftp_cleanup_wr(upcb, args);

Call Tree

Functions calling tftp_cleanup_wr()
Functions called by tftp_cleanup_wr()
tftp_cleanup_wr()
Data read by tftp_cleanup_wr()
tftp_cleanup_wr()