Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dbridgestp.c188 bif->bif_config_bpdu.cu_root_path_cost = sc->sc_root_path_cost; in bstp_transmit_config()
257 bpdu.cbu_rootpathcost = htonl(cu->cu_root_path_cost); in bstp_send_config_bpdu()
301 if (cu->cu_root_path_cost < bif->bif_designated_cost) in bstp_supersedes_port_info()
303 if (cu->cu_root_path_cost > bif->bif_designated_cost) in bstp_supersedes_port_info()
323 bif->bif_designated_cost = cu->cu_root_path_cost; in bstp_record_config_information()
666 cu.cu_root_path_cost = ntohl(cpdu.cbu_rootpathcost); in bstp_input()
H A Dif_bridgevar.h234 uint32_t cu_root_path_cost; member