52 uint32_t op32_align, uip_acc32_align;
55 ((uint32_t) op32[0]) << 24 | ((uint32_t) op32[1]) << 16 |
56 ((uint16_t) op32[2]) << 8 | op32[3];
58 uip_acc32_align = op32_align + op16;
uint8_t uip_acc32[4]
4-byte array used for the 32-bit sequence number calculations.
Header file for the uIP TCP/IP stack.
void uip_add32(uint8_t *op32, uint16_t op16)
Carry out a 32-bit addition.
Declarations of architecture specific functions.