1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Cenk Gündoğan 97da23051a destiny: change byte order of ipv6_header->length
When accessing the length field of an ipv6_header a byte order switch (host -> network) is necessary.
Otherwise, it breaks calculations or the checksum and other tcp related computations.
Furthermore, when writing to ipv6_header->length it is important to switch this
from host byte order to network byte order.
2014-06-08 20:50:45 +02:00
..
ccn_lite core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
crosslayer/net_help Add include paths automatocally for USEMODULES 2014-03-29 16:27:55 +01:00
include documentation: fixed organization of 6LoWPAN doxygen 2014-05-22 13:01:37 +02:00
link_layer net: handle macro redefinitions for OS X 2014-05-14 19:43:58 +02:00
network_layer/sixlowpan documentation: fixed sixlowpan doxygen filename 2014-05-22 13:01:44 +02:00
routing Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
transport_layer/destiny destiny: change byte order of ipv6_header->length 2014-06-08 20:50:45 +02:00
doc.txt documentation: moved network documentation to top level 2014-05-22 13:01:36 +02:00