Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c293 cu->cu_max_age = ntohs(cpdu->cbu_maxage); in bstp_decode_bpdu()
599 if (cu->cu_message_age >= cu->cu_max_age) { in bstp_received_bpdu()
602 if (cu->cu_max_age < BSTP_MIN_MAX_AGE || in bstp_received_bpdu()
603 cu->cu_max_age > BSTP_MAX_MAX_AGE) { in bstp_received_bpdu()
637 bp->bp_port_max_age = cu->cu_max_age; in bstp_received_bpdu()
709 bp->bp_port_max_age != cu->cu_max_age || in bstp_pdu_rcvtype()
H A Dbridgestp.h259 uint16_t cu_max_age; member