Go to the documentation of this file.
57 #include "contiki-conf.h"
59 #ifdef LINKADDR_CONF_SIZE
60 #define LINKADDR_SIZE LINKADDR_CONF_SIZE
62 #define LINKADDR_SIZE 2
66 unsigned char u8[LINKADDR_SIZE];
93 int linkaddr_cmp(
const linkaddr_t *addr1,
const linkaddr_t *addr2);