|
Contiki-NG
|
ICMP6 I/O for RPL control messages.More...
#include "net/ipv6/tcpip.h"#include "net/ipv6/uip.h"#include "net/ipv6/uip-ds6.h"#include "net/ipv6/uip-nd6.h"#include "net/ipv6/uip-sr.h"#include "net/ipv6/uip-icmp6.h"#include "net/routing/rpl-classic/rpl-private.h"#include "net/packetbuf.h"#include "net/ipv6/multicast/uip-mcast6.h"#include "random.h"#include "sys/log.h"#include <limits.h>#include <string.h>Go to the source code of this file.
Functions | |
| uip_ds6_nbr_t * | rpl_icmp6_update_nbr_table (uip_ipaddr_t *from, nbr_table_reason_t reason, void *data) |
| Updates IPv6 neighbor cache on incoming link-local RPL ICMPv6 messages. More... | |
ICMP6 I/O for RPL control messages.
Definition in file rpl-icmp6.c.
1.8.13