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

tftp_cleanup_rd() function

Cleanup after end of TFTP read operation

Syntax

void tftp_cleanup_rd(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:207
void tftp_cleanup_rd(struct udp_pcb *upcb, tftp_connection_args *args)
tftpserver.c:302rrq_recv_callback()
tftp_cleanup_rd(upcb, args);
tftpserver.c:404tftp_process_read()
tftp_cleanup_rd(upcb, args);
tftpserver.c:417tftp_process_read()
tftp_cleanup_rd(upcb, args);

Call Tree

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