recv_udp() is only used within LwIP.
 
Symbols
loading...
Files
loading...

recv_udp() function

Receive callback function for UDP netconns. Posts the packet to conn->recvmbox or deletes it on memory error. @see udp.h (struct udp_pcb.recv) for parameters

Syntax

static void recv_udp(void *arg,     struct udp_pcb *pcb,     struct pbuf *p,     const ip_addr_t *addr,     u16_t port);

Arguments

arg

pcb

p

addr

port

References

LocationReferrerText
api_msg.c:218
recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p,
api_msg.c:651pcb_new()
udp_recv(msg->conn->pcb.udp, recv_udp, msg->conn);

Call Tree

Functions called by recv_udp()
recv_udp()
Data read by recv_udp()
Data written by recv_udp()
recv_udp()
recv_udp()::buf
recv_udp()::conn
recv_udp()::len
all items filtered out
Type of recv_udp()
recv_udp()
all items filtered out