Searched defs:bridge_if (Results 1 – 1 of 1) sorted by relevance
147 struct bridge_if { struct149 uint32_t sysindex; /* The system interface index. */150 int32_t num_ports; /* Number of ports. */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 entry158 int32_t priority;159 int32_t root_cost;[all …]