Functions | |
| uint16_t | net_calc_checksum (uint16_t checksum, const uint8_t *data, uint16_t data_len, uint8_t skip) |
| Generic Internet checksum implementation. | |
| uint16_t | hton16 (uint16_t h) |
| Converts a 16-bit integer to network byte order. | |
| uint32_t | hton32 (uint32_t h) |
| Converts a 32-bit integer to network byte order. | |
1.5.5