Searched refs:have_chksum (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | udp.h | 138 struct netif *netif, u8_t have_chksum, 142 u8_t have_chksum, u16_t chksum); 144 u8_t have_chksum, u16_t chksum); 147 u8_t have_chksum, u16_t chksum, const ip_addr_t *src_ip);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | udp.h | 138 struct netif *netif, u8_t have_chksum, 142 u8_t have_chksum, u16_t chksum); 144 u8_t have_chksum, u16_t chksum); 147 u8_t have_chksum, u16_t chksum, const ip_addr_t *src_ip);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | udp.c | 499 u8_t have_chksum, u16_t chksum) in udp_send_chksum() argument 507 have_chksum, chksum); in udp_send_chksum() 541 u16_t dst_port, u8_t have_chksum, u16_t chksum) in udp_sendto_chksum() argument 589 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum); in udp_sendto_chksum() 626 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_chksum() argument 676 return udp_sendto_if_src_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum, src_ip); in udp_sendto_if_chksum() 695 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_src_chksum() argument 798 if (have_chksum) { in udp_sendto_if_src_chksum() 805 if (have_chksum) { in udp_sendto_if_src_chksum() 832 if (have_chksum) { in udp_sendto_if_src_chksum()
|
Completed in 6 milliseconds