Home
last modified time | relevance | path

Searched defs:bridge_port (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h99 struct bridge_port { struct
101 uint32_t sysindex; /* The bridge interface sysindex. */
102 int32_t port_no; /* The bridge member system index. */
103 int32_t if_idx; /* SNMP ifIndex from mibII. */
104 int8_t span_enable; /* Span flag set - private MIB. */
105 struct asn_oid circuit; /* Unused. */
106 uint32_t dly_ex_drops; /* Drops on output. */
107 uint32_t dly_mtu_drops; /* MTU exceeded drops. */
108 int32_t status; /* The entry status. */
109 enum TruthValue priv_set; /* The private flag. */
[all …]