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

dns_recv() function

Receive input function for DNS response packets arriving for the dns UDP pcb.

Syntax

static void dns_recv(void *s,     struct udp_pcb *pcb,     struct pbuf *p,     const ip_addr_t *addr,     u16_t port);
Implemented in dns.c:1169

Arguments

s

pcb

p

addr

port

References

LocationReferrerText
dns.c:1170
dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port)
dns.c:285
static void dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
dns.c:889dns_alloc_random_port()
udp_recv(pcb, dns_recv, NULL);