Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dbridgestp.c80 struct bstp_cbpdu { struct
81 uint8_t cbu_dsap; /* LLC: destination sap */
82 uint8_t cbu_ssap; /* LLC: source sap */
83 uint8_t cbu_ctl; /* LLC: control */
84 uint16_t cbu_protoid; /* protocol id */
85 uint8_t cbu_protover; /* protocol version */
86 uint8_t cbu_bpdutype; /* message type */
87 uint8_t cbu_flags; /* flags (below) */
90 uint16_t cbu_rootpri; /* root priority */
91 uint8_t cbu_rootaddr[6]; /* root address */
[all …]