Zephyr API 3.6.99
|
Hardware link address structure. More...
#include <net_linkaddr.h>
Data Fields | |
uint8_t | type |
What kind of address is this for. | |
uint8_t | len |
The real length of the ll address. | |
uint8_t | addr [6] |
The array of bytes representing the address. | |
Hardware link address structure.
Used to hold the link address information. This variant is needed when we have to store the link layer address.
Note that you cannot cast this to net_linkaddr as uint8_t * is handled differently than uint8_t addr[] and the fields are purposely in different order.
uint8_t net_linkaddr_storage::addr[6] |
The array of bytes representing the address.
uint8_t net_linkaddr_storage::len |
The real length of the ll address.
uint8_t net_linkaddr_storage::type |
What kind of address is this for.