Microchip® Advanced Software Framework

linkaddr.h File Reference

    Header file for the Rime address representation
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
#include "contiki-conf.h"

Data Structures

union  linkaddr_t
 

Macros

#define LINKADDR_SIZE   2
 

Functions

int linkaddr_cmp (const linkaddr_t *addr1, const linkaddr_t *addr2)
 Compare two Rime addresses. More...
 
void linkaddr_copy (linkaddr_t *dest, const linkaddr_t *from)
 Copy a Rime address. More...
 
void linkaddr_set_node_addr (linkaddr_t *addr)
 Set the address of the current node. More...
 

Variables

linkaddr_t linkaddr_node_addr
 The Rime address of the node. More...
 
const linkaddr_t linkaddr_null
 The null Rime address. More...