Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
eth_bridge_fdb_entry Struct Reference

FDB entry structure. More...

#include <zephyr/net/ethernet_bridge_fdb.h>

Data Fields

struct net_eth_addr mac
 MAC address.
struct net_ififace
 Interface.
uint8_t flags
 Entry flags.
sys_snode_t node
 Linked list node.

Detailed Description

FDB entry structure.

Field Documentation

◆ flags

uint8_t eth_bridge_fdb_entry::flags

Entry flags.

◆ iface

struct net_if* eth_bridge_fdb_entry::iface

Interface.

◆ mac

struct net_eth_addr eth_bridge_fdb_entry::mac

MAC address.

◆ node

sys_snode_t eth_bridge_fdb_entry::node

Linked list node.


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