Searched defs:vlan_id (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/librstp/common/
H A Dstpmgmt.c32 STP_IN_stpm_create (int vlan_id, char* name) argument
41 STP_OUT_get_init_stpm_cfg (vlan_id, &init_cfg);
45 this = stp_in_stpm_create (vlan_id, name, &err_code);
59 STP_IN_stpm_delete (int vlan_id) argument
65 this = stpapi_stpm_find (vlan_id);
75 STP_OUT_set_hardware_mode (vlan_id, STP_DISABLED);
87 STP_IN_stpm_get_vlan_id_by_name (char* name, int* vlan_id) argument
95 *vlan_id = stpm->vlan_id;
107 STP_IN_get_is_stpm_enabled (int vlan_id) argument
[all...]
H A Dstpm.h68 int vlan_id; /* let's say: tag */ member in struct:stpm_t
88 STP_stpm_create (int vlan_id, char* name);
120 STPM_T* stpapi_stpm_find (int vlan_id);
122 int stp_in_stpm_enable (int vlan_id, char* name,
124 void* stp_in_stpm_create (int vlan_id, char *name, int *err_code);
H A Dstpm.c128 STP_stpm_create (int vlan_id, char* name) argument
136 this->vlan_id = vlan_id;
200 if (tmp->vlan_id == this->vlan_id) {
249 STP_OUT_flush_lt (0, this->vlan_id, LT_FLASH_ONLY_THE_PORT, "start stpm");
H A Dtransmit.c121 register int port_index, vlan_id; local
135 vlan_id = this->owner.port->owner->vlan_id;
145 return STP_OUT_tx_bpdu (port_index, vlan_id,
176 register int port_index, vlan_id; local
191 vlan_id = port->owner->vlan_id;
204 return STP_OUT_tx_bpdu (port_index, vlan_id,
214 register int port_index, vlan_id; local
234 vlan_id
[all...]
H A Dstp_in.c35 stp_in_stpm_create (int vlan_id, char* name, int* err_code) argument
40 this = stpapi_stpm_find (vlan_id);
46 this = STP_stpm_create (vlan_id, name);
57 _stp_in_stpm_enable (int vlan_id, char* name, argument
65 this = stpapi_stpm_find (vlan_id);
68 if (! vlan_id) { /* STP_IN_stop_all (); */
73 STP_OUT_set_hardware_mode (stpm->vlan_id, STP_DISABLED);
83 this = stp_in_stpm_create (vlan_id, name, &err_code);
100 STP_OUT_set_hardware_mode (vlan_id, admin_state);
112 stpapi_stpm_find (int vlan_id) argument
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
338 STP_IN_port_get_state(IN int vlan_id, INOUT UID_STP_PORT_STATE_T* entry) argument
426 STP_IN_stpm_get_state(IN int vlan_id, OUT UID_STP_STATE_T* entry) argument
460 STP_IN_stpm_get_name_by_vlan_id(int vlan_id, char* name, size_t buffsize) argument
601 STP_IN_rx_bpdu(int vlan_id, int port_index, BPDU_T* bpdu, size_t len) 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
891 STP_IN_dbg_set_port_trace(char* mach_name, int enadis, int vlan_id, int port_no) argument
936 STP_IN_port_add(int vlan_id, int port_index) argument
968 STP_IN_port_remove(int vlan_id, int port_index) argument
997 STP_IN_get_bridge_id(int vlan_id, unsigned short *priority, unsigned char *mac) argument
[all...]
H A Duid_stp.h84 unsigned long vlan_id; member in struct:__anon2469

Completed in 48 milliseconds