1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/network_layer/ng_ipv6/hdr
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
..
Makefile ipv6_hdr: Initial import 2015-04-10 00:41:55 +02:00
ng_ipv6_hdr_print.c ipv6_hdr: add print function 2015-04-28 21:16:47 +02:00
ng_ipv6_hdr.c ng_ipv6: set default values for src and dst in ng_ipv6_hdr_build() 2015-05-13 00:51:25 +02:00