Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.h162 #define BSTP_PDU_F_TC 0x01 /* Topology change */ macro
H A Dbridgestp.c395 (flags & BSTP_PDU_F_TC) ? 1 : 0; in bstp_decode_bpdu()
498 flags |= BSTP_PDU_F_TC; in bstp_pdu_flags()