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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c331 struct bstp_config_unit *cu)
335 cu->cu_pv.pv_root_id =
344 cu->cu_pv.pv_dbridge_id =
353 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost);
354 cu->cu_message_age = ntohs(cpdu->cbu_messageage);
355 cu->cu_max_age = ntohs(cpdu->cbu_maxage);
356 cu->cu_hello_time = ntohs(cpdu->cbu_hellotime);
357 cu->cu_forward_delay = ntohs(cpdu->cbu_forwarddelay);
358 cu->cu_pv.pv_dport_id = ntohs(cpdu->cbu_portid);
359 cu
330 bstp_decode_bpdu(struct bstp_port *bp, struct bstp_cbpdu *cpdu, struct bstp_config_unit *cu) argument
614 struct bstp_config_unit *cu = &bp->bp_msg_cu; local
639 struct bstp_config_unit *cu = &bp->bp_msg_cu; local
662 bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_config_unit *cu) argument
755 bstp_pdu_rcvtype(struct bstp_port *bp, struct bstp_config_unit *cu) argument
[all...]
H A Drtsock.c144 #define CALCULATE_CLOCKSKEW(cc, ic, cu, iu)\
145 ((cc.tv_sec - ic) - (cu - iu))

Completed in 35 milliseconds