Lines Matching refs:stpm
26 #include "stpm.h"
45 STP_port_create (STPM_T* stpm, int port_index)
53 for (this = stpm->ports; this; this = this->next) {
59 STP_NEW_IN_LIST(this, PORT_T, stpm->ports, "port create");
61 this->owner = stpm;
67 STP_OUT_get_init_port_cfg (stpm->vlan_id, port_index, &port_cfg);
133 STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link)
138 &stpm->BrId,
140 &stpm->BrId,
143 STP_copy_times (&this->designTimes, &stpm->rootTimes);
166 STPM_T* stpm;
172 stpm = this->owner;
182 for (tmp = stpm->ports; tmp; tmp = tmp->next) {
187 stpm->ports = this->next;