Searched refs:BrId (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/librstp/common/
H A Drolesel.c47 (&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 Dstpm.c75 &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 Dstpm.h62 BRIDGE_ID BrId; /* 17.17.2 */ member in struct:stpm_t
H A Dstpmgmt.c47 this->BrId.prio = init_cfg.bridge_priority;
H A Dport.c138 &stpm->BrId,
140 &stpm->BrId,
H A Dstp_in.c262 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 66 milliseconds