Changeset 00d7e1b in mainline for uspace/lib/net/include/net_checksum.h
- Timestamp:
- 2011-10-07T20:20:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49bd793b
- Parents:
- e2c50e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/net_checksum.h
re2c50e1 r00d7e1b 67 67 extern uint16_t flip_checksum(uint16_t); 68 68 extern uint16_t ip_checksum(uint8_t *, size_t); 69 extern uint64_t multicast_hash(const uint8_t addr[6]); 69 70 70 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.