Go to the documentation of this file.
55 #ifndef __RIMEADDR_H__
56 #define __RIMEADDR_H__
58 #include "contiki-conf.h"
60 #ifdef RIMEADDR_CONF_SIZE
61 #define RIMEADDR_SIZE RIMEADDR_CONF_SIZE
63 #define RIMEADDR_SIZE 2
67 unsigned char u8[RIMEADDR_SIZE];
94 int rimeaddr_cmp(
const rimeaddr_t *addr1,
const rimeaddr_t *addr2);