1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/include
Cenk Gündoğan ecf47b1f48 destiny: using a bit field for tcp_header->data_offset is more convenient
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.
2014-06-09 19:37:37 +02:00
..
ccn_lite ccnl: remove type warning 2014-05-07 06:17:11 +02:00
destiny destiny: using a bit field for tcp_header->data_offset is more convenient 2014-06-09 19:37:37 +02:00
sixlowpan documentation: fixed organization of 6LoWPAN doxygen 2014-05-22 13:01:37 +02:00
destiny.h fix grammar in license header 2013-11-23 13:11:56 +01:00
etx_beaconing.h ETX-functionality is now part of a common routing-module 2014-04-25 11:30:28 +02:00
ieee802154_frame.h Fix ieee802154_frame module 2014-03-01 14:44:21 +01:00
inet_ntop.h Remove destiny header dependency from net_help 2014-02-08 00:31:02 +01:00
inet_pton.h Remove destiny header dependency from net_help 2014-02-08 00:31:02 +01:00
ipv6.h documentation: fixed organization of 6LoWPAN doxygen 2014-05-22 13:01:37 +02:00
net_help.h net: handle macro redefinitions for OS X 2014-05-14 19:43:58 +02:00
net_if.h removed error causing packed attribute in net_if 2014-03-02 23:34:07 +00:00
protocol-multiplex.h Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00
sixlowpan.h documentation: fixed organization of 6LoWPAN doxygen 2014-05-22 13:01:37 +02:00