Home
last modified time | relevance | path

Searched refs:adminPCost (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dpcost.c97 port->operPCost = port->adminPCost; in STP_pcost_enter_state()
119 if (ADMIN_PORT_PATH_COST_AUTO == port->adminPCost && in STP_pcost_check_conditions()
124 if (ADMIN_PORT_PATH_COST_AUTO != port->adminPCost && in STP_pcost_check_conditions()
125 port->operPCost != port->adminPCost) { in STP_pcost_check_conditions()
H A Dport.h135 unsigned long adminPCost; /* may be ADMIN_PORT_PATH_COST_AUTO */ member
H A Dport.c71 this->adminPCost = port_cfg.admin_port_path_cost; in STP_port_create()
H A Dstp_in.c314 uid_cfg->admin_port_path_cost = port->adminPCost; in STP_IN_port_get_cfg()
832 port->adminPCost = uid_cfg->admin_port_path_cost; in STP_IN_port_set_cfg()