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

rrq_recv_callback() function

receive callback during tftp read operation (not on standard port 69)

Syntax

void rrq_recv_callback(void *arg,     struct udp_pcb *upcb,     struct pbuf *p,     const ip_addr_t *addr,     u16_t port);

Arguments

arg

pointer on argument passed to callback

upcb

p

addr

pointer on remote IP address

port

pointer on remote udp port

Return value

None

References

LocationReferrerText
tftpserver.c:279
void rrq_recv_callback(void *arg, struct udp_pcb *upcb, struct pbuf *p,
tftpserver.c:431tftp_process_read()
udp_recv(upcb, rrq_recv_callback, args);

Call Tree

Functions called by rrq_recv_callback()
rrq_recv_callback()
Type of rrq_recv_callback()
rrq_recv_callback()
all items filtered out