Home
last modified time | relevance | path

Searched refs:admin_port_path_cost (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Duid_stp.h148 unsigned long admin_port_path_cost; /* ADMIN_PORT_PATH_COST_AUTO - auto sence */ member
H A Dstp_in.c314 uid_cfg->admin_port_path_cost = port->adminPCost; in STP_IN_port_get_cfg()
315 if (uid_cfg->admin_port_path_cost != ADMIN_PORT_PATH_COST_AUTO) in STP_IN_port_get_cfg()
832 port->adminPCost = uid_cfg->admin_port_path_cost; in STP_IN_port_set_cfg()
H A Dport.c71 this->adminPCost = port_cfg.admin_port_path_cost; in STP_port_create()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c293 cfg->admin_port_path_cost = ADMIN_PORT_PATH_COST_AUTO; in get_init_port_cfg()
319 cfg->admin_port_path_cost = propval; in get_init_port_cfg()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1366 *valuep = portcfg.admin_port_path_cost; in dladm_bridge_get_port_cfg()