Lines Matching refs:TRILL_BASE
60 #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] */
70 #define TRILL_DESIGVLAN (TRILL_BASE + 9) /* uint16_t */
71 #define TRILL_LISTNICK (TRILL_BASE + 10) /* trill_listnick_t */
72 #define TRILL_GETBRIDGE (TRILL_BASE + 11) /* char[MAXLINKNAMELEN] */
73 #define TRILL_PORTFLUSH (TRILL_BASE + 12) /* uint16_t */
74 #define TRILL_NICKFLUSH (TRILL_BASE + 13) /* uint16_t */
75 #define TRILL_GETMTU (TRILL_BASE + 14) /* uint_t * */