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

Hardware link address structure. More...

#include <net_linkaddr.h>

Data Fields

uint8_taddr
 The array of byte representing the address.
 
uint8_t len
 Length of that address array.
 
uint8_t type
 What kind of address is this for.
 

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: