Lines Matching refs:vlan_id
143 STP_IN_stpm_create (int vlan_id, char* name);
146 STP_IN_stpm_delete (int vlan_id);
149 STP_IN_port_add (int vlan_id, int port_index);
152 STP_IN_port_remove (int vlan_id, int port_index);
163 STP_IN_get_is_stpm_enabled (int vlan_id);
166 STP_IN_stpm_get_vlan_id_by_name (char* name, int* vlan_id);
169 STP_IN_stpm_get_name_by_vlan_id (int vlan_id, char* name, size_t buffsize);
175 STP_IN_stpm_get_cfg (int vlan_id, UID_STP_CFG_T* uid_cfg);
178 STP_IN_stpm_get_state (int vlan_id, UID_STP_STATE_T* entry);
181 STP_IN_port_get_cfg (int vlan_id, int port_index, UID_STP_PORT_CFG_T* uid_cfg);
184 STP_IN_port_get_state (int vlan_id, UID_STP_PORT_STATE_T* entry);
192 STP_IN_stpm_set_cfg (int vlan_id,
196 STP_IN_port_set_cfg (int vlan_id, int port_index,
201 int vlan_id, int port_index);
222 STP_IN_rx_bpdu (int vlan_id, int port_index, BPDU_T* bpdu, size_t len);
225 STP_IN_get_bridge_id(int vlan_id, unsigned short *priority, unsigned char *mac);