Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dudp.h140 err_t udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p,
/external/syslinux/core/lwip/src/core/
Dudp.c450 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum);
480 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0);
485 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, function