Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
net_linkaddr_storage Struct Reference

Hardware link address structure. More...

#include <net_linkaddr.h>

Data Fields

uint8_t type
 
uint8_t len
 
uint8_t addr [6]
 

Detailed Description

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.

Field Documentation

◆ addr

uint8_t net_linkaddr_storage::addr[6]

The array of bytes representing the address

◆ len

uint8_t net_linkaddr_storage::len

The real length of the ll address.

◆ type

uint8_t net_linkaddr_storage::type

What kind of address is this for


The documentation for this struct was generated from the following file: