Home
last modified time | relevance | path

Searched refs:ForceVersion (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dmigrate.c82 return STP_hop_2_state (this, (port->owner->ForceVersion >= 2) ? in STP_migrate_check_conditions()
100 if (port->owner->ForceVersion < 2) { in STP_migrate_check_conditions()
H A Dstpm.h61 PROTOCOL_VERSION_T ForceVersion; /* 17.12, 17.16.1 */ member
H A Dstpmgmt.c51 this->ForceVersion = (PROTOCOL_VERSION_T) init_cfg.force_version; in STP_IN_stpm_create()
H A Dstp_in.c257 if (this->ForceVersion != 2) { in STP_IN_stpm_get_cfg()
260 uid_cfg->force_version = this->ForceVersion; in STP_IN_stpm_get_cfg()
782 this->ForceVersion = (PROTOCOL_VERSION_T) old.force_version; in STP_IN_stpm_set_cfg()
827 if (this->ForceVersion >= NORMAL_RSTP) in STP_IN_port_set_cfg()
H A Droletrns.c347 ((allReRooted && !port->rbWhile) && stpm->ForceVersion >=2)) && in STP_roletrns_check_conditions()
352 ((allReRooted && !port->rbWhile) && stpm->ForceVersion >=2)) && in STP_roletrns_check_conditions()
H A Dportinfo.c311 if (port->owner->ForceVersion >= NORMAL_RSTP) { in STP_info_rx_bpdu()