Searched refs:udp_sendto_if (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | udp.h | 132 err_t udp_sendto_if (struct udp_pcb *pcb, struct pbuf *p,
|
| /lib/liblwip/src/core/ |
| D | dhcp.c | 320 udp_sendto_if(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT, netif); in dhcp_select() 748 udp_sendto_if(pcb, dhcp.p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT, netif); in dhcp_inform() 850 udp_sendto_if(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT, netif); in dhcp_decline() 900 udp_sendto_if(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT, netif); in dhcp_discover() 1055 udp_sendto_if(dhcp->pcb, dhcp->p_out, &dhcp->server_ip_addr, DHCP_SERVER_PORT, netif); in dhcp_renew() 1107 udp_sendto_if(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT, netif); in dhcp_rebind() 1148 udp_sendto_if(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT, netif); in dhcp_reboot() 1194 udp_sendto_if(dhcp->pcb, dhcp->p_out, &dhcp->server_ip_addr, DHCP_SERVER_PORT, netif); in dhcp_release()
|
| D | udp.c | 525 return udp_sendto_if(pcb, p, dst_ip, dst_port, netif); 549 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, function
|
| /lib/liblwip/ |
| D | CHANGELOG | 1071 when using udp_sendto_if() - always stay connected to IP_ADDR_ANY. 2168 * udp.h, udp.c, dhcp.c: Implemented new function udp_sendto_if which takes the
|