Searched defs:bridge_port (Results 1 – 1 of 1) sorted by relevance
99 struct bridge_port { struct101 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 …]