tpdu 599 net/bridgestp.c struct bstp_tbpdu tpdu;
tpdu 606 net/bridgestp.c if (len < sizeof(tpdu))
tpdu 610 net/bridgestp.c if ((m = m_pullup(m, sizeof(tpdu))) == NULL)
tpdu 612 net/bridgestp.c bcopy(mtod(m, struct tpdu *), &tpdu, sizeof(tpdu));
tpdu 614 net/bridgestp.c if (tpdu.tbu_dsap != LLC_8021D_LSAP ||
tpdu 615 net/bridgestp.c tpdu.tbu_ssap != LLC_8021D_LSAP ||
tpdu 616 net/bridgestp.c tpdu.tbu_ctl != LLC_UI)
tpdu 618 net/bridgestp.c if (tpdu.tbu_protoid != BSTP_PROTO_ID)
tpdu 625 net/bridgestp.c if (tpdu.tbu_protover > BSTP_PROTO_MAX)
tpdu 626 net/bridgestp.c tpdu.tbu_protover = BSTP_PROTO_MAX;
tpdu 628 net/bridgestp.c if (tpdu.tbu_protover != bp->bp_protover) {
tpdu 634 net/bridgestp.c bstp_set_port_proto(bp, tpdu.tbu_protover);
tpdu 644 net/bridgestp.c switch (tpdu.tbu_protover) {
tpdu 646 net/bridgestp.c bstp_received_stp(bs, bp, &m, &tpdu);
tpdu 649 net/bridgestp.c bstp_received_rstp(bs, bp, &m, &tpdu);
tpdu 660 net/bridgestp.c struct mbuf **mp, struct bstp_tbpdu *tpdu)
tpdu 666 net/bridgestp.c switch (tpdu->tbu_bpdutype) {
tpdu 668 net/bridgestp.c tu.tu_message_type = tpdu->tbu_bpdutype;
tpdu 685 net/bridgestp.c struct mbuf **mp, struct bstp_tbpdu *tpdu)
tpdu 690 net/bridgestp.c if (tpdu->tbu_bpdutype != BSTP_MSGTYPE_RSTP)