Home
last modified time | relevance | path

Searched refs:sc_root_path_cost (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/net/
Dbridgestp.c188 bif->bif_config_bpdu.cu_root_path_cost = sc->sc_root_path_cost; in bstp_transmit_config()
457 sc->sc_root_path_cost = 0; in bstp_root_selection()
460 sc->sc_root_path_cost = root_port->bif_designated_cost + in bstp_root_selection()
478 if (sc->sc_root_path_cost < bif->bif_designated_cost) in bstp_designated_port_selection()
480 if (sc->sc_root_path_cost > bif->bif_designated_cost) in bstp_designated_port_selection()
499 bif->bif_designated_cost = sc->sc_root_path_cost; in bstp_become_designated_port()
857 sc->sc_root_path_cost = 0; in bstp_initialization()
Dif_bridgevar.h304 uint32_t sc_root_path_cost; member