Contiki-NG
Functions

    Neighbor Management APIs for 6top Protocol (6P)
More...

#include "sixp-pkt.h"

Go to the source code of this file.

Functions

sixp_nbr_tsixp_nbr_find (const linkaddr_t *addr)
 Find a neighbor. More...
 
sixp_nbr_tsixp_nbr_alloc (const linkaddr_t *addr)
 Allocate a neighbor. More...
 
void sixp_nbr_free (sixp_nbr_t *nbr)
 Free a neighbor. More...
 
int sixp_nbr_get_next_seqno (sixp_nbr_t *nbr)
 Get the next sequence number of a neighbor. More...
 
int sixp_nbr_set_next_seqno (sixp_nbr_t *nbr, uint16_t seqno)
 Set the specified value to the next sequence number of a neighbor. More...
 
int sixp_nbr_reset_next_seqno (sixp_nbr_t *nbr)
 Reset the next sequence number of a neighbor to zero. More...
 
int sixp_nbr_increment_next_seqno (sixp_nbr_t *nbr)
 Increment the next sequence number of a neighbor. More...
 
int sixp_nbr_init (void)
 Initialize 6p Neighbor Table.
 

Detailed Description

    Neighbor Management APIs for 6top Protocol (6P)
Author
Yasuyuki Tanaka yasuy.nosp@m.uki..nosp@m.tanak.nosp@m.a@in.nosp@m.f.eth.nosp@m.z.ch

Definition in file sixp-nbr.h.