Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dpcost.c119 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()
H A Duid_stp.h139 #define ADMIN_PORT_PATH_COST_AUTO 0 macro
H A Dstp_in.c315 if (uid_cfg->admin_port_path_cost != ADMIN_PORT_PATH_COST_AUTO) in STP_IN_port_get_cfg()
/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()