Lines Matching defs:bstp_cbpdu
200 struct bstp_cbpdu { struct
201 uint8_t cbu_dsap; /* LLC: destination sap */
202 uint8_t cbu_ssap; /* LLC: source sap */
203 uint8_t cbu_ctl; /* LLC: control */
204 uint16_t cbu_protoid; /* protocol id */
205 uint8_t cbu_protover; /* protocol version */
206 uint8_t cbu_bpdutype; /* message type */
207 uint8_t cbu_flags; /* flags (below) */
210 uint16_t cbu_rootpri; /* root priority */
211 uint8_t cbu_rootaddr[6]; /* root address */
213 uint32_t cbu_rootpathcost; /* root path cost */
216 uint16_t cbu_bridgepri; /* bridge priority */
217 uint8_t cbu_bridgeaddr[6]; /* bridge address */
219 uint16_t cbu_portid; /* port id */
220 uint16_t cbu_messageage; /* current message age */
221 uint16_t cbu_maxage; /* maximum age */
222 uint16_t cbu_hellotime; /* hello time */
223 uint16_t cbu_forwarddelay; /* forwarding delay */
224 uint8_t cbu_versionlen; /* version 1 length */