Home
last modified time | relevance | path

Searched refs:udp_sendto_if_chksum (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dudp.h140 err_t udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p,
/lib/liblwip/src/core/
Dudp.c523 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum);
553 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0);
558 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, function