Lines Matching defs:vlan_id
61 flush_lt(int port_index, int vlan_id, LT_FLASH_TYPE_T type, char *reason)
174 set_port_state(int port_index, int vlan_id, RSTP_PORT_STATE state)
225 set_hardware_mode(int vlan_id, UID_STP_MODE_T mode)
229 vlan_id, mode);
235 tx_bpdu(int port_index, int vlan_id, unsigned char *bpdu, size_t bpdu_len)
268 get_init_stpm_cfg(int vlan_id, UID_STP_CFG_T *cfg)
277 get_init_port_cfg(int vlan_id, int port_index, UID_STP_PORT_CFG_T *cfg)
457 STP_IN_get_bridge_id(port->vlan_id, &prio, mac);
487 (rc = STP_IN_port_add(port->vlan_id, port->port_index)) != 0) {
495 (void) get_init_port_cfg(port->vlan_id, port->port_index, &portcfg);
561 (void) STP_IN_port_remove(port->vlan_id, port->port_index);