Home
last modified time | relevance | path

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

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