Home
last modified time | relevance | path

Searched defs:bstp_cbpdu (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dbridgestp.h232 struct bstp_cbpdu { struct
233 uint8_t cbu_dsap; /* LLC: destination sap */
234 uint8_t cbu_ssap; /* LLC: source sap */
235 uint8_t cbu_ctl; /* LLC: control */
236 uint16_t cbu_protoid; /* protocol id */
237 uint8_t cbu_protover; /* protocol version */
238 uint8_t cbu_bpdutype; /* message type */
239 uint8_t cbu_flags; /* flags (below) */
242 uint16_t cbu_rootpri; /* root priority */
243 uint8_t cbu_rootaddr[6]; /* root address */
[all …]