Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_llc.h155 #define LLC_8021D_LSAP 0x42 macro
H A Dbridgestp.c255 bpdu.tbu_ssap = bpdu.tbu_dsap = LLC_8021D_LSAP; in bstp_transmit_tcn()
362 bpdu->cbu_ssap = bpdu->cbu_dsap = LLC_8021D_LSAP; in bstp_send_bpdu()
486 if (tpdu.tbu_dsap != LLC_8021D_LSAP || in bstp_input()
487 tpdu.tbu_ssap != LLC_8021D_LSAP || in bstp_input()