RstpPortParams Struct Reference

Bridge port parameters. More...

#include <rstp.h>

Data Fields

bool_t adminPortState
 Administrative bridge port state (14.8.2.2) More...
 
uint32_t adminPathCost
 Contribution of this port to the path cost. More...
 
RstpAdminPointToPointMac adminPointToPointMac
 Administrative state of the point-to-point status (6.4.3) More...
 
bool_t adminEdgePort
 AdminEdgePort parameter for the port (17.13.1) More...
 
bool_t autoEdgePort
 AutoEdgePort parameter for the port (17.13.3) More...
 

Detailed Description

Bridge port parameters.

Definition at line 309 of file rstp.h.

Field Documentation

◆ adminEdgePort

bool_t adminEdgePort

AdminEdgePort parameter for the port (17.13.1)

Definition at line 314 of file rstp.h.

◆ adminPathCost

uint32_t adminPathCost

Contribution of this port to the path cost.

Definition at line 312 of file rstp.h.

◆ adminPointToPointMac

RstpAdminPointToPointMac adminPointToPointMac

Administrative state of the point-to-point status (6.4.3)

Definition at line 313 of file rstp.h.

◆ adminPortState

bool_t adminPortState

Administrative bridge port state (14.8.2.2)

Definition at line 311 of file rstp.h.

◆ autoEdgePort

bool_t autoEdgePort

AutoEdgePort parameter for the port (17.13.3)

Definition at line 315 of file rstp.h.


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