Home
last modified time | relevance | path

Searched refs:cu_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()
256 bpdu.cbu_rootpathcost = htonl(cu->cu_root_path_cost); in bstp_send_config_bpdu()
298 if (cu->cu_root_path_cost < bif->bif_designated_cost) in bstp_supersedes_port_info()
300 if (cu->cu_root_path_cost > bif->bif_designated_cost) in bstp_supersedes_port_info()
320 bif->bif_designated_cost = cu->cu_root_path_cost; in bstp_record_config_information()
656 cu.cu_root_path_cost = ntohl(cpdu.cbu_rootpathcost); in bstp_input()
Dif_bridgevar.h235 uint32_t cu_root_path_cost; member