Home
last modified time | relevance | path

Searched refs:root_path_cost (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/librstp/common/
H A Dvector.c50 IN unsigned long root_path_cost, in STP_VECT_create() argument
56 t->root_path_cost = root_path_cost; in STP_VECT_create()
71 bridcmp = v1->root_path_cost - v2->root_path_cost; in STP_VECT_compare_vector()
122 v->root_path_cost = ntohl (*((long*) b->root_path_cost)); in STP_VECT_get_vector()
132 unsigned long root_path_cost; in STP_VECT_set_vector() local
136 root_path_cost = htonl (v->root_path_cost); in STP_VECT_set_vector()
137 (void) memcpy (b->root_path_cost, &root_path_cost, 4); in STP_VECT_set_vector()
H A Dvector.h40 unsigned long root_path_cost; member
49 IN unsigned long root_path_cost,
H A Drolesel.c173 rootPathPrio.root_path_cost += port->operPCost; in updtRootPrio()
218 stpm->rootPrio.root_path_cost, in updtRolesBridge()
391 this->rootPrio.root_path_cost, in STP_rolesel_update_stpm()
H A Dstp_bpdu.h74 unsigned char root_path_cost[4]; member
H A Duid_stp.h89 unsigned long root_path_cost; member
H A Dstp_in.c371 entry->designated_cost = port->portPrio.root_path_cost; in STP_IN_port_get_state()
441 entry->root_path_cost = this->rootPrio.root_path_cost; in STP_IN_stpm_get_state()
H A Dportinfo.c273 _stp_dump ("root_path_cost", bpdu->body.root_path_cost, 4); in STP_info_rx_bpdu()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c8166 stpstate.root_path_cost); in print_bridge()