Searched refs:tpdu (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dbridgestp.c454 struct bstp_tbpdu tpdu; local
467 if (len < sizeof(tpdu))
474 if (m->m_len < sizeof(tpdu) &&
475 (m = m_pullup(m, sizeof(tpdu))) == NULL)
478 memcpy(&tpdu, mtod(m, caddr_t), sizeof(tpdu));
481 if (tpdu.tbu_dsap != LLC_8021D_LSAP ||
482 tpdu.tbu_ssap != LLC_8021D_LSAP ||
483 tpdu.tbu_ctl != LLC_UI)
485 if (tpdu
527 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
552 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
[all...]
/freebsd-10.1-release/etc/
H A Dservices1714 tpdu 1430/tcp #Hypercom TPDU
1715 tpdu 1430/udp #Hypercom TPDU

Completed in 63 milliseconds