Searched refs:init_cfg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstpmgmt.c36 UID_STP_CFG_T init_cfg; local
40 init_cfg.field_mask = BR_CFG_ALL;
41 STP_OUT_get_init_stpm_cfg (vlan_id, &init_cfg);
42 init_cfg.field_mask = 0;
47 this->BrId.prio = init_cfg.bridge_priority;
48 this->BrTimes.MaxAge = init_cfg.max_age;
49 this->BrTimes.HelloTime = init_cfg.hello_time;
50 this->BrTimes.ForwardDelay = init_cfg.forward_delay;
51 this->ForceVersion = (PROTOCOL_VERSION_T) init_cfg.force_version;

Completed in 56 milliseconds