Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dbridgestp.h303 uint16_t cu_hello_time; member
H A Dbridgestp.c364 cu->cu_hello_time = ntohs(cpdu->cbu_hellotime); in bstp_decode_bpdu()
730 (cu->cu_hello_time > BSTP_MIN_HELLO_TIME ? in bstp_received_bpdu()
731 cu->cu_hello_time : BSTP_MIN_HELLO_TIME); in bstp_received_bpdu()
807 bp->bp_port_htime != cu->cu_hello_time) { in bstp_pdu_rcvtype()