![]() |
Contiki-NG
|
Header file for the link-layer address representation. More...
#include "contiki.h"Go to the source code of this file.
Macros | |
| #define | linkaddr_u8(addr, addr0, addr1, addr2, addr3, addr4, addr5, addr6, addr7) |
| Construct a MAC eight-bytes address. | |
Functions | |
| void | linkaddr_copy (linkaddr_t *dest, const linkaddr_t *from) |
| Copy a link-layer address. | |
| bool | linkaddr_cmp (const linkaddr_t *addr1, const linkaddr_t *addr2) |
| Compare two link-layer addresses. | |
| static void | linkaddr_set_node_addr (linkaddr_t *addr) |
| Set the address of the current node. | |
Variables | |
| linkaddr_t | linkaddr_node_addr |
| The link-layer address of the node. | |
| const linkaddr_t | linkaddr_null |
| The null link-layer address. | |
Header file for the link-layer address representation.
Definition in file linkaddr.h.