Lines Matching defs:bstp_cbpdu
86 struct bstp_cbpdu { struct
87 uint8_t cbu_dsap; /* LLC: destination sap */
88 uint8_t cbu_ssap; /* LLC: source sap */
89 uint8_t cbu_ctl; /* LLC: control */
90 uint16_t cbu_protoid; /* protocol id */
91 uint8_t cbu_protover; /* protocol version */
92 uint8_t cbu_bpdutype; /* message type */
93 uint8_t cbu_flags; /* flags (below) */
96 uint16_t cbu_rootpri; /* root priority */
97 uint8_t cbu_rootaddr[6]; /* root address */
99 uint32_t cbu_rootpathcost; /* root path cost */
102 uint16_t cbu_bridgepri; /* bridge priority */
103 uint8_t cbu_bridgeaddr[6]; /* bridge address */
105 uint16_t cbu_portid; /* port id */
106 uint16_t cbu_messageage; /* current message age */
107 uint16_t cbu_maxage; /* maximum age */
108 uint16_t cbu_hellotime; /* hello time */
109 uint16_t cbu_forwarddelay; /* forwarding delay */