Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_linkaddr_storage Struct Reference

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.
 

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: