Searched refs:bpdu (Results 1 – 1 of 1) sorted by relevance
195 struct bstp_cbpdu bpdu; in bstp_transmit_bpdu() local231 struct bstp_tbpdu bpdu; in bstp_transmit_tcn() local255 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() argument361 bpdu->cbu_ssap = bpdu->cbu_dsap = LLC_8021D_LSAP; in bstp_send_bpdu()362 bpdu->cbu_ctl = LLC_UI; in bstp_send_bpdu()[all …]