83 void uip_add32(uint8_t *op32, uint16_t op16);
104 uint16_t
uip_chksum(uint16_t *buf, uint16_t len);
uint16_t uip_udpchksum(void)
Calculate the UDP checksum of the packet in uip_buf and uip_appdata.
uint16_t uip_ipchksum(void)
Calculate the IP header checksum of the packet header in uip_buf.
Header file for the uIP TCP/IP stack.
uint16_t uip_chksum(uint16_t *buf, uint16_t len)
Calculate the Internet checksum over a buffer.
uint16_t uip_tcpchksum(void)
Calculate the TCP checksum of the packet in uip_buf and uip_appdata.
void uip_add32(uint8_t *op32, uint16_t op16)
Carry out a 32-bit addition.