Searched refs:BrId (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | rolesel.c | 47 (&port->portPrio.design_bridge, &this->BrId)) { 52 STP_VECT_br_id_print (" this->BrId", 53 &this->BrId, True); 206 STP_VECT_create (&stpm->rootPrio, &stpm->BrId, 0, &stpm->BrId, 0, 0); 219 &stpm->BrId, port->port_id, port->port_id); 381 STP_VECT_create (&rootPathPrio, &this->BrId, 0, &this->BrId, 0, 0); 392 &this->BrId, port->port_id, port->port_id);
|
H A D | stpm.c | 75 &this->BrId, 77 &this->BrId, 306 STP_OUT_get_port_mac (min_num_port->port_index, this->BrId.addr); 308 return &this->BrId; 335 ! STP_VECT_compare_bridge_id (&this->BrId, &oth->BrId)) {
|
H A D | stpm.h | 62 BRIDGE_ID BrId; /* 17.17.2 */ member in struct:stpm_t
|
H A D | stpmgmt.c | 47 this->BrId.prio = init_cfg.bridge_priority;
|
H A D | port.c | 138 &stpm->BrId, 140 &stpm->BrId,
|
H A D | stp_in.c | 262 if (this->BrId.prio != DEF_BR_PRIO) { 265 uid_cfg->bridge_priority = this->BrId.prio; 447 _conv_br_id_2_uid (&this->BrId, &entry->bridge_id); 768 prev_prio = this->BrId.prio; 769 this->BrId.prio = old.bridge_priority; 772 this->BrId.prio = prev_prio; 1003 *priority = this->BrId.prio; 1004 (void) memcpy(mac, this->BrId.addr, 6);
|
Completed in 49 milliseconds