Contiki 3.x
Functions
uip-ds6-nbr.c File Reference

    IPv6 Neighbor cache (link-layer/IPv6 address mapping)
More...

#include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include "lib/list.h"
#include "net/linkaddr.h"
#include "net/packetbuf.h"
#include "net/ipv6/uip-ds6-nbr.h"
#include "net/ip/uip-debug.h"

Go to the source code of this file.

Functions

uip_ds6_nbr_tuip_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_tuip_ds6_get_least_lifetime_neighbor (void)
 
This searches inside the neighbor table for the neighbor that is about to
expire the next.
More...
 

Detailed Description

    IPv6 Neighbor cache (link-layer/IPv6 address mapping)
Author
Mathilde Durvy mdurv.nosp@m.y@ci.nosp@m.sco.c.nosp@m.om
Julien Abeille jabei.nosp@m.lle@.nosp@m.cisco.nosp@m..com
Simon Duquennoy simon.nosp@m.duq@.nosp@m.sics..nosp@m.se

Definition in file uip-ds6-nbr.c.