Lines Matching full:bridge
28 * Bridge MIB implementation for SNMPd.
82 * Bridge Addresses Table.
85 uint32_t sysindex; /* The bridge if sysindex. */
94 * Bridge ports.
95 * The bridge port system interface index is used for a
101 uint32_t sysindex; /* The bridge interface sysindex. */
102 int32_t port_no; /* The bridge member system index. */
116 char p_name[IFNAMSIZ]; /* Not in BRIDGE-MIB. */
142 * A bridge interface.
143 * The system interface index of the bridge is not required neither by the
144 * standard BRIDGE-MIB nor by the private BEGEMOT-BRIDGE-MIB, but is used
145 * as key for looking up the other info for this bridge.
151 enum BaseType br_type; /* Bridge type. */
152 enum RowStatus if_status; /* Bridge status. */
153 char bif_name[IFNAMSIZ]; /* Bridge interface name. */
154 struct ether_addr br_addr; /* Bridge address. */
155 struct bridge_port *f_bp; /* This bridge's first entry
180 struct tp_entry *f_tpa; /* This bridge's first entry in
219 /* Bridge ports. */
244 /* Bridge addresses. */
267 /* Bridge PF. */
276 /* Load bridge kernel module. */
279 /* Get the bridge interface information. */
282 /* Get the bridge interface STP parameters. */
285 /* Set the bridge priority. */
288 /* Set the bridge max age. */
291 /* Set the bridge hello time.*/
294 /* Set the bridge forward delay.*/
297 /* Set the bridge address cache max age. */
300 /* Set the max number of entries in the bridge address cache. */
303 /* Set the bridge TX hold count. */
306 /* Set the bridge STP protocol version. */
309 /* Set the bridge interface status to up/down. */
312 /* Create a bridge interface. */
315 /* Destroy a bridge interface. */
318 /* Fetch the bridge mac address. */
321 /* Set a bridge member priority. */
325 /* Set a bridge member STP-enabled flag. */
329 /* Set a bridge member STP path cost. */
345 /* Add a bridge member port. */
348 /* Delete a bridge member port. */
351 /* Get the current value from the module for bridge PF control. */
354 /* Get/Set a bridge PF control. */