ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_layer3_switch_route_t Struct Reference

A single forwarding-table entry. More...

#include <ra8_layer3_switch.h>

Data Fields

uint32_t dst_ip
 Destination IPv4 (network order).
uint32_t mask
 Subnet mask.
uint8_t egress_port
 Egress port index.

Detailed Description

A single forwarding-table entry.

Definition at line 49 of file ra8_layer3_switch.h.

Field Documentation

◆ dst_ip

uint32_t ra8_layer3_switch_route_t::dst_ip

Destination IPv4 (network order).

Definition at line 50 of file ra8_layer3_switch.h.

◆ egress_port

uint8_t ra8_layer3_switch_route_t::egress_port

Egress port index.

Definition at line 52 of file ra8_layer3_switch.h.

◆ mask

uint32_t ra8_layer3_switch_route_t::mask

Subnet mask.

Definition at line 51 of file ra8_layer3_switch.h.


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