Searched refs:cu (Results 1 – 2 of 2) sorted by relevance
339 struct bstp_config_unit *cu) in bstp_decode_bpdu() argument343 cu->cu_pv.pv_root_id = in bstp_decode_bpdu()352 cu->cu_pv.pv_dbridge_id = in bstp_decode_bpdu()361 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost); in bstp_decode_bpdu()362 cu->cu_message_age = ntohs(cpdu->cbu_messageage); in bstp_decode_bpdu()363 cu->cu_max_age = ntohs(cpdu->cbu_maxage); in bstp_decode_bpdu()364 cu->cu_hello_time = ntohs(cpdu->cbu_hellotime); in bstp_decode_bpdu()365 cu->cu_forward_delay = ntohs(cpdu->cbu_forwarddelay); in bstp_decode_bpdu()366 cu->cu_pv.pv_dport_id = ntohs(cpdu->cbu_portid); in bstp_decode_bpdu()367 cu->cu_pv.pv_port_id = bp->bp_port_id; in bstp_decode_bpdu()[all …]
376 #define NET_CALCULATE_CLOCKSKEW(cc, ic, cu, iu) \ argument377 ((cc.tv_sec - ic) - (cu - iu))