osd-contiki/core/net/ipv6
Sébastien De Fauw b441901321 IPv6 host adds prefixes successfully but return always NULL
In Neighbor Discovery Protocol, when IPv6 host adds a prefix (coming from PIO) but it is always failing whatever if is successfully add in prefix table. The reason comes from the fact that the function uip_ds6_prefix_add in host version always return NULL. This is opposite of the specification of the router version.
2014-06-17 11:38:07 +02:00
..
multicast Register generic ICMPv6 handlers for ROLL TM 2014-04-04 00:09:29 +01:00
sicslowpan.c Changed the variable names that access the packetbuf code so that they are called packetbuf_* instead of rime_* 2014-01-29 23:02:00 +01:00
sicslowpan.h Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-ds6-nbr.c Closing doxygen groups 2014-05-30 11:01:20 +02:00
uip-ds6-nbr.h Closing doxygen groups 2014-05-30 11:01:20 +02:00
uip-ds6-route.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
uip-ds6-route.h Moved IPv6 files into the net/ipv6 module 2014-01-26 23:20:22 +01:00
uip-ds6.c IPv6 host adds prefixes successfully but return always NULL 2014-06-17 11:38:07 +02:00
uip-ds6.h Rename as suggested by g-oikonomou 2014-04-18 13:32:40 +02:00
uip-icmp6.c Register generic handlers for ICMPv6 Echo Request / Reply 2014-04-04 00:02:53 +01:00
uip-icmp6.h Register generic handlers for ICMPv6 Echo Request / Reply 2014-04-04 00:02:53 +01:00
uip-nd6.c Register generic ICMPv6 handlers for IPv6 ND 2014-04-04 00:09:26 +01:00
uip-nd6.h Register generic ICMPv6 handlers for IPv6 ND 2014-04-04 00:09:26 +01:00
uip6.c Register generic ICMPv6 handlers for IPv6 ND 2014-04-04 00:09:26 +01:00