|
Contiki 3.x
|
IPv6 Neighbor cache (link-layer/IPv6 address mapping)More...
#include "net/ip/uip.h"#include "net/nbr-table.h"#include "sys/stimer.h"#include "net/ipv6/uip-ds6.h"Go to the source code of this file.
Data Structures | |
| struct | uip_ds6_nbr |
| An entry in the nbr cache. More... | |
Macros | |
| #define | NBR_INCOMPLETE 0 |
| Possible states for the nbr cache entries. | |
Typedefs | |
| typedef struct uip_ds6_nbr | uip_ds6_nbr_t |
| An entry in the nbr cache. | |
Functions | |
| uip_ds6_nbr_t * | uip_ds6_nbr_add (const uip_ipaddr_t *ipaddr, const uip_lladdr_t *lladdr, uint8_t isrouter, uint8_t state) |
| Neighbor Cache basic routines. | |
| uip_ds6_nbr_t * | uip_ds6_get_least_lifetime_neighbor (void) |
This searches inside the neighbor table for the neighbor that is about to expire the next.More... | |
IPv6 Neighbor cache (link-layer/IPv6 address mapping)
Definition in file uip-ds6-nbr.h.
1.8.5