Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.h132 #define BSTP_PDU_F_TC 0x01 /* Topology change */ macro
H A Dbridgestp.c325 (flags & BSTP_PDU_F_TC) ? 1 : 0; in bstp_decode_bpdu()
409 flags |= BSTP_PDU_F_TC; in bstp_pdu_flags()