1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/network_layer/ng_ipv6
Sebastian Sontberg c0ec7eb892 ng_ipv6: set default values for src and dst in ng_ipv6_hdr_build()
Later in the handling of IPv6 headers, the source address is only
automatically chosen and filled into the header if the unspecified
address is found in the src field, but it's never set to that value.

The default destination address is set to '::1'.
2015-05-13 00:51:25 +02:00
..
addr ipv6_addr: add missing mask to prefix initialization 2015-04-18 15:40:02 +02:00
hdr ng_ipv6: set default values for src and dst in ng_ipv6_hdr_build() 2015-05-13 00:51:25 +02:00
nc ipv6_nc: add iterators 2015-04-29 21:22:28 +02:00
netif ipv6_netif: fix prefix for address flags 2015-04-08 10:43:14 +02:00
Makefile ng_ipv6: initial import 2015-04-22 22:12:07 +02:00
ng_ipv6.c Merge pull request #2953 from OlegHahm/ng_sizeof 2015-05-10 12:27:05 +02:00