RTEMS CPU Kit with SuperCore
4.11.3
|
Go to the source code of this file.
Macros | |
#define | IS_COLDFIRE 0 |
#define | REDUCE { sum = (sum & 0xFFFF) + (sum >> 16); if (sum > 0xFFFF) sum -= 0xFFFF; } |
Functions | |
int | in_cksum (struct mbuf *m, int len) |