Searched refs:uid_cfg (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/librstp/common/ |
H A D | stp_in.c | 144 _check_stpm_config (IN UID_STP_CFG_T* uid_cfg) argument 146 if (uid_cfg->bridge_priority < MIN_BR_PRIO) { 147 stp_trace ("%d bridge_priority small", (int) uid_cfg->bridge_priority); 151 if (uid_cfg->bridge_priority > MAX_BR_PRIO) { 152 stp_trace ("%d bridge_priority large", (int) uid_cfg->bridge_priority); 156 if (uid_cfg->hello_time < MIN_BR_HELLOT) { 157 stp_trace ("%d hello_time small", (int) uid_cfg->hello_time); 161 if (uid_cfg->hello_time > MAX_BR_HELLOT) { 162 stp_trace ("%d hello_time large", (int) uid_cfg->hello_time); 166 if (uid_cfg 238 STP_IN_stpm_get_cfg(IN int vlan_id, OUT UID_STP_CFG_T* uid_cfg) argument 289 STP_IN_port_get_cfg(int vlan_id, int port_index, UID_STP_PORT_CFG_T* uid_cfg) argument 700 STP_IN_stpm_set_cfg(IN int vlan_id, IN UID_STP_CFG_T* uid_cfg) argument 807 STP_IN_port_set_cfg(IN int vlan_id, IN int port_index, IN UID_STP_PORT_CFG_T* uid_cfg) argument [all...] |
H A D | stp_in.h | 175 STP_IN_stpm_get_cfg (int vlan_id, UID_STP_CFG_T* uid_cfg); 181 STP_IN_port_get_cfg (int vlan_id, int port_index, UID_STP_PORT_CFG_T* uid_cfg); 193 UID_STP_CFG_T* uid_cfg); 197 UID_STP_PORT_CFG_T* uid_cfg);
|
Completed in 16 milliseconds