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

tftp_process_read() function

processes tftp read operation

Syntax

int tftp_process_read(struct udp_pcb *upcb2,     const ip_addr_t *to,     unsigned short to_port,     char* FileName);
Implemented in tftpserver.c:395

Arguments

upcb2

to

pointer on remote IP address

to_port

pointer on remote udp port

FileName

pointer on filename to be read

Return value

error code

References

LocationReferrerText
tftpserver.c:395
int tftp_process_read(struct udp_pcb *upcb, const ip_addr_t *to, unsigned short to_port, char* FileName)
tftpserver.h:61
int tftp_process_read(struct udp_pcb *upcb2, const ip_addr_t *to, unsigned short to_port, char* FileName);
tftpserver.c:540process_tftp_request()
tftp_process_read(upcb, addr, port, FileName);

Call Tree

Functions calling tftp_process_read()
Functions called by tftp_process_read()
all items filtered out
tftp_process_read()
Type of tftp_process_read()
tftp_process_read()
all items filtered out