Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.h136 #define BSTP_PDU_F_L 0x10 /* Learning flag */ macro
H A Dbridgestp.c321 (flags & BSTP_PDU_F_L) ? 1 : 0; in bstp_decode_bpdu()
415 flags |= BSTP_PDU_F_L; in bstp_pdu_flags()
419 flags |= (BSTP_PDU_F_L | BSTP_PDU_F_F); in bstp_pdu_flags()