Searched refs:dhcp_recv (Results 1 – 2 of 2) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | dhcp.c | 203 static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t … 244 udp_recv(dhcp_pcb, dhcp_recv, NULL); in dhcp_inc_pcb_refcount() 1726 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dhcp_recv() function
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 1677 the need for mem_malloc from dhcp_recv and makes it possible to
|