Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dtransmit.c97 unsigned char bpdu_type, in build_bpdu_header() argument
104 bpdu_packet.hdr.bpdu_type = bpdu_type; in build_bpdu_header()
105 bpdu_packet.hdr.version = (BPDU_RSTP == bpdu_type) ? in build_bpdu_header()
H A Dportinfo.c268 bpdu->hdr.version, bpdu->hdr.bpdu_type); in STP_info_rx_bpdu()
284 switch (bpdu->hdr.bpdu_type) { in STP_info_rx_bpdu()
303 port->msgBpduType = bpdu->hdr.bpdu_type; in STP_info_rx_bpdu()
306 stp_trace ("RX undef bpdu type=%d", (int) bpdu->hdr.bpdu_type); in STP_info_rx_bpdu()
324 port->msgBpduType = bpdu->hdr.bpdu_type; in STP_info_rx_bpdu()
H A Dstp_bpdu.h68 unsigned char bpdu_type; member