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

/osnet-11/usr/src/lib/librstp/common/
H A Dstp_bpdu.h68 unsigned char bpdu_type; member in struct:bpdu_header_t
H A Dtransmit.c79 BPDU_VERSION_ID, 0x00 /* version, bpdu_type */
97 unsigned char bpdu_type,
104 bpdu_packet.hdr.bpdu_type = bpdu_type;
105 bpdu_packet.hdr.version = (BPDU_RSTP == bpdu_type) ?
96 build_bpdu_header(int port_index, unsigned char bpdu_type, unsigned short pkt_len) argument
H A Dportinfo.c266 stp_trace ("protocol=%02x%02x version=%02x bpdu_type=%02x\n",
268 bpdu->hdr.version, bpdu->hdr.bpdu_type);
284 switch (bpdu->hdr.bpdu_type) {
303 port->msgBpduType = bpdu->hdr.bpdu_type;
306 stp_trace ("RX undef bpdu type=%d", (int) bpdu->hdr.bpdu_type);
324 port->msgBpduType = bpdu->hdr.bpdu_type;

Completed in 17 milliseconds