Searched refs:bpdu_type (Results 1 – 3 of 3) sorted by relevance
97 unsigned char bpdu_type, in build_bpdu_header() argument104 bpdu_packet.hdr.bpdu_type = bpdu_type; in build_bpdu_header()105 bpdu_packet.hdr.version = (BPDU_RSTP == bpdu_type) ? in build_bpdu_header()
268 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()
68 unsigned char bpdu_type; member