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 */
67 #define TRILL_TREEROOT (TRILL_BASE + 6) /* uint16_t */
70 #define TRILL_DESIGVLAN (TRILL_BASE + 9) /* uint16_t */
73 #define TRILL_PORTFLUSH (TRILL_BASE + 12) /* uint16_t */
74 #define TRILL_NICKFLUSH (TRILL_BASE + 13) /* uint16_t */
[all …]