Searched refs:cu_hello_time (Results 1 – 2 of 2) sorted by relevance
294 cu->cu_hello_time = ntohs(cpdu->cbu_hellotime); in bstp_decode_bpdu()610 if (cu->cu_hello_time < BSTP_MIN_HELLO_TIME || in bstp_received_bpdu()611 cu->cu_hello_time > BSTP_MAX_HELLO_TIME) { in bstp_received_bpdu()640 (cu->cu_hello_time > BSTP_MIN_HELLO_TIME ? in bstp_received_bpdu()641 cu->cu_hello_time : BSTP_MIN_HELLO_TIME); in bstp_received_bpdu()711 bp->bp_port_htime != cu->cu_hello_time) in bstp_pdu_rcvtype()
261 uint16_t cu_hello_time; member