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

Hardware link address structure. More...

#include <net_linkaddr.h>

Data Fields

uint8_taddr
 
uint8_t len
 
uint8_t type
 

Detailed Description

Hardware link address structure.

Used to hold the link address information

Field Documentation

◆ addr

uint8_t* net_linkaddr::addr

The array of byte representing the address

◆ len

uint8_t net_linkaddr::len

Length of that address array

◆ type

uint8_t net_linkaddr::type

What kind of address is this for


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