1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Martine Lenders 6d72cdb595 gnrc_ipv6: copy user flags from old netif headers
Upper layers might want to utilize the flags (e.g. to tell 6LoWPAN to elide
UDP checksums). This change allows for this by copying non-addressing related
flags to the address resolution generated netif header from the user generated
netif header.
2016-07-26 21:06:36 +02:00
..
application_layer/uhcp sys: net: add UHCP protocol code and gnrc client implementation 2016-04-11 17:03:28 +02:00
crosslayer Implement NETOPT_ACK_REQ configuration option. 2016-06-01 10:11:28 +12:00
gnrc gnrc_ipv6: copy user flags from old netif headers 2016-07-26 21:06:36 +02:00
link_layer/ieee802154 Implement NETOPT_ACK_REQ configuration option. 2016-06-01 10:11:28 +12:00
netdev2_test netdev2_test: initial import 2016-03-30 15:56:25 +02:00
network_layer Merge pull request #5498 from kaspar030/make_msg_content_ptr_void_star 2016-06-03 13:59:25 +02:00
routing all: remove pointer casts for msg.content.ptr 2016-06-02 23:13:42 +02:00
transport_layer
doc.txt