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

  /src/sys/net/
bridgestp.c 188 bif->bif_config_bpdu.cu_root_path_cost = sc->sc_root_path_cost;
256 bpdu.cbu_rootpathcost = htonl(cu->cu_root_path_cost);
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;
656 cu.cu_root_path_cost = ntohl(cpdu.cbu_rootpathcost);
if_bridgevar.h 235 uint32_t cu_root_path_cost; member in struct:bstp_config_unit

Completed in 12 milliseconds