mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ecf47b1f48
In the current implementation the data offset is coded into an uint8_t. Of this uint8_t only 3 bits apply for the data offset. The remaining bits represent reserved flags for future use. However, a proper bit masking is forgotten in order to obtain the data offset part of this uint8_t. Therefore, defining this uint8_t as a bit field allows a more convenient method of access. |
||
---|---|---|
.. | ||
ccn_lite | ||
destiny | ||
sixlowpan | ||
destiny.h | ||
etx_beaconing.h | ||
ieee802154_frame.h | ||
inet_ntop.h | ||
inet_pton.h | ||
ipv6.h | ||
net_help.h | ||
net_if.h | ||
protocol-multiplex.h | ||
sixlowpan.h |