Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dudp.h143 struct netif *netif, u8_t have_chksum,
147 u8_t have_chksum, u16_t chksum);
149 u8_t have_chksum, u16_t chksum);
152 u8_t have_chksum, u16_t chksum, const ip_addr_t *src_ip);
/third_party/lwip/src/core/
Dudp.c490 u8_t have_chksum, u16_t chksum) in udp_send_chksum() argument
501 have_chksum, chksum); in udp_send_chksum()
535 u16_t dst_port, u8_t have_chksum, u16_t chksum) in udp_sendto_chksum() argument
601 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum); in udp_sendto_chksum()
638 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_chksum() argument
694 return udp_sendto_if_src_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum, src_ip); in udp_sendto_if_chksum()
713 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_src_chksum() argument
828 if (have_chksum) { in udp_sendto_if_src_chksum()
835 if (have_chksum) { in udp_sendto_if_src_chksum()
862 if (have_chksum) { in udp_sendto_if_src_chksum()