|
Contiki-NG
|
Neighbor Management APIs for 6top Protocol (6P)More...
#include "sixp-pkt.h"Go to the source code of this file.
Functions | |
| sixp_nbr_t * | sixp_nbr_find (const linkaddr_t *addr) |
| Find a neighbor. More... | |
| sixp_nbr_t * | sixp_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. | |
Neighbor Management APIs for 6top Protocol (6P)
Definition in file sixp-nbr.h.
1.8.13