Searched refs:STPM_T (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/librstp/common/ |
H A D | stpm.h | 79 typedef struct stpm_t STPM_T; typedef 85 STP_stpm_one_second (STPM_T* param); 87 STPM_T* 91 STP_stpm_enable (STPM_T* this, UID_STP_MODE_T admin_state); 94 STP_stpm_delete (STPM_T* this); 97 STP_stpm_start (STPM_T* this); 100 STP_stpm_stop (STPM_T* this); 103 STP_stpm_update (STPM_T* this); 106 STP_compute_bridge_id (STPM_T* this); 108 STPM_T * [all …]
|
H A D | stpm.c | 29 static STPM_T *bridges = NULL; 40 _stp_stpm_iterate_machines (STPM_T* this, in _stp_stpm_iterate_machines() 72 _stp_stpm_init_data (STPM_T* this) in _stp_stpm_init_data() 86 _check_topoch (STPM_T* this) in _check_topoch() 99 STP_stpm_one_second (STPM_T* param) in STP_stpm_one_second() 101 STPM_T* this = (STPM_T*) param; in STP_stpm_one_second() 127 STPM_T* 130 STPM_T* this; in STP_stpm_create() 132 STP_NEW_IN_LIST(this, STPM_T, bridges, "stp instance"); in STP_stpm_create() 154 STP_stpm_enable (STPM_T* this, UID_STP_MODE_T admin_state) in STP_stpm_enable() [all …]
|
H A D | stpmgmt.c | 34 register STPM_T* this; in STP_IN_stpm_create() 61 register STPM_T* this; in STP_IN_stpm_delete() 89 register STPM_T* stpm; in STP_IN_stpm_get_vlan_id_by_name() 109 STPM_T* this; in STP_IN_get_is_stpm_enabled() 132 register STPM_T* stpm; in STP_IN_stop_all() 150 register STPM_T* stpm; in STP_IN_delete_all()
|
H A D | rolesel.c | 38 void stp_dbg_break_point (PORT_T * port, STPM_T* stpm) 44 _is_backup_port (PORT_T* port, STPM_T* this) in _is_backup_port() 65 setRoleSelected (char* reason, STPM_T* stpm, PORT_T* port, in setRoleSelected() 127 updtRoleDisableBridge (STPM_T* this) in updtRoleDisableBridge() 137 clearReselectBridge (STPM_T* this) in clearReselectBridge() 151 register STPM_T *stpm; in updtRootPrio() 196 register STPM_T* stpm; in updtRolesBridge() 298 setSelectedBridge (STPM_T* this) in setSelectedBridge() 321 STPM_T* stpm; in STP_rolesel_enter_state() 341 STPM_T* stpm; in STP_rolesel_check_conditions() [all …]
|
H A D | stp_in.c | 37 register STPM_T* this; in stp_in_stpm_create() 60 register STPM_T* this; in _stp_in_stpm_enable() 69 register STPM_T* stpm; in _stp_in_stpm_enable() 111 STPM_T * 114 register STPM_T* this; in stpapi_stpm_find() 124 _stpapi_port_find (STPM_T* this, int port_index) in _stpapi_port_find() 198 _stp_in_enable_port_on_stpm (STPM_T* stpm, int port_index, Bool enable) in _stp_in_enable_port_on_stpm() 240 register STPM_T* this; in STP_IN_stpm_get_cfg() 291 register STPM_T* this; in STP_IN_port_get_cfg() 340 register STPM_T* this; in STP_IN_port_get_state() [all …]
|
H A D | port.c | 45 STP_port_create (STPM_T* stpm, int port_index) in STP_port_create() 133 STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link) in STP_port_init() 166 STPM_T* stpm; in STP_port_delete()
|
H A D | stp_in.h | 129 typedef struct stpm_t STPM_T; typedef
|
H A D | roletrns.c | 106 register STPM_T* stpm; in STP_roletrns_enter_state() 265 register STPM_T *stpm; in STP_roletrns_check_conditions()
|