Contiki 2.5
|
Functions for manipulating Rime addressesMore...
#include "net/rime/rimeaddr.h"
Go to the source code of this file.
Functions | |
void | rimeaddr_copy (rimeaddr_t *dest, const rimeaddr_t *from) |
Copy a Rime address. More... | |
int | rimeaddr_cmp (const rimeaddr_t *addr1, const rimeaddr_t *addr2) |
Compare two Rime addresses. More... | |
void | rimeaddr_set_node_addr (rimeaddr_t *addr) |
Set the address of the current node. More... | |
Variables | |
rimeaddr_t | rimeaddr_node_addr |
The Rime address of the node. More... | |
Functions for manipulating Rime addresses
Definition in file rimeaddr.c.