Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dbridgestp.c339 struct bstp_config_unit *cu) in bstp_decode_bpdu() argument
343 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 …]
H A Droute_private.h376 #define NET_CALCULATE_CLOCKSKEW(cc, ic, cu, iu) \ argument
377 ((cc.tv_sec - ic) - (cu - iu))