Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/bridge/
H A Dbridgestp.c86 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 */
[all …]