Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dudp.h141 err_t udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p,
/third_party/lwip/src/core/
Dudp.c601 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum); in udp_sendto_chksum()
632 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0); in udp_sendto_if()
637 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_chksum() function