HomeSort by: relevance | last modified time | path
    Searched refs:bif_designated_cost (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bridgestp.c 298 if (cu->cu_root_path_cost < bif->bif_designated_cost)
300 if (cu->cu_root_path_cost > bif->bif_designated_cost)
320 bif->bif_designated_cost = cu->cu_root_path_cost;
429 if ((bif->bif_designated_cost + bif->bif_path_cost) <
430 (root_port->bif_designated_cost + root_port->bif_path_cost))
432 if ((bif->bif_designated_cost + bif->bif_path_cost) >
433 (root_port->bif_designated_cost + root_port->bif_path_cost))
460 sc->sc_root_path_cost = root_port->bif_designated_cost +
478 if (sc->sc_root_path_cost < bif->bif_designated_cost)
480 if (sc->sc_root_path_cost > bif->bif_designated_cost)
    [all...]
if_bridgevar.h 258 uint32_t bif_designated_cost; member in struct:bridge_iflist

Completed in 14 milliseconds