Home
last modified time | relevance | path

Searched refs:TRILL_BASE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dtrill.h60 #define TRILL_BASE (0x54524c00) /* base (TRL in hex) */ macro
61 #define TRILL_SETNICK (TRILL_BASE + 0) /* trill_node_t */
62 #define TRILL_GETNICK (TRILL_BASE + 1) /* uint16_t */
63 #define TRILL_ADDNICK (TRILL_BASE + 2) /* trill_node_t */
64 #define TRILL_DELNICK (TRILL_BASE + 3) /* uint16_t */
65 #define TRILL_DELALL (TRILL_BASE + 4) /* void */
66 #define TRILL_HWADDR (TRILL_BASE + 5) /* uint8_t[ETHERADDRL] */
67 #define TRILL_TREEROOT (TRILL_BASE + 6) /* uint16_t */
68 #define TRILL_NEWBRIDGE (TRILL_BASE + 7) /* char[MAXLINKNAMELEN] */
69 #define TRILL_VLANFWDER (TRILL_BASE + 8) /* uint8_t[TRILL_VLANS_ARRSIZE] */
[all …]