Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c195 struct bstp_cbpdu bpdu; in bstp_transmit_bpdu() local
231 struct bstp_tbpdu bpdu; in bstp_transmit_tcn() local
255 bpdu.tbu_ssap = bpdu.tbu_dsap = LLC_8021D_LSAP; in bstp_transmit_tcn()
256 bpdu.tbu_ctl = LLC_UI; in bstp_transmit_tcn()
257 bpdu.tbu_protoid = 0; in bstp_transmit_tcn()
258 bpdu.tbu_protover = 0; in bstp_transmit_tcn()
261 memcpy(mtod(m, caddr_t) + sizeof(*eh), &bpdu, sizeof(bpdu)); in bstp_transmit_tcn()
342 struct bstp_cbpdu *bpdu) in bstp_send_bpdu() argument
361 bpdu->cbu_ssap = bpdu->cbu_dsap = LLC_8021D_LSAP; in bstp_send_bpdu()
362 bpdu->cbu_ctl = LLC_UI; in bstp_send_bpdu()
[all …]