HomeSort by: relevance | last modified time | path
    Searched defs:bpdu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bridgestp.c 62 /* BPDU message types */
66 /* BPDU flags */
74 * Because BPDU's do not make nicely aligned structures, two different
75 * declarations are used: bstp_?bpdu (wire representation, packed) and
221 struct bstp_cbpdu bpdu; local in function:bstp_send_config_bpdu
237 m->m_pkthdr.len = sizeof(*eh) + sizeof(bpdu);
240 bpdu.cbu_ssap = bpdu.cbu_dsap = LLC_8021D_LSAP;
241 bpdu.cbu_ctl = LLC_UI;
242 bpdu.cbu_protoid = htons(0)
360 struct bstp_tbpdu bpdu; local in function:bstp_transmit_tcn
    [all...]
bridgestp.c 62 /* BPDU message types */
66 /* BPDU flags */
74 * Because BPDU's do not make nicely aligned structures, two different
75 * declarations are used: bstp_?bpdu (wire representation, packed) and
221 struct bstp_cbpdu bpdu; local in function:bstp_send_config_bpdu
237 m->m_pkthdr.len = sizeof(*eh) + sizeof(bpdu);
240 bpdu.cbu_ssap = bpdu.cbu_dsap = LLC_8021D_LSAP;
241 bpdu.cbu_ctl = LLC_UI;
242 bpdu.cbu_protoid = htons(0)
360 struct bstp_tbpdu bpdu; local in function:bstp_transmit_tcn
    [all...]

Completed in 23 milliseconds