TRILL_BASE
#define TRILL_SETNICK (TRILL_BASE + 0) /* trill_node_t */
#define TRILL_GETNICK (TRILL_BASE + 1) /* uint16_t */
#define TRILL_ADDNICK (TRILL_BASE + 2) /* trill_node_t */
#define TRILL_DELNICK (TRILL_BASE + 3) /* uint16_t */
#define TRILL_DELALL (TRILL_BASE + 4) /* void */
#define TRILL_HWADDR (TRILL_BASE + 5) /* uint8_t[ETHERADDRL] */
#define TRILL_TREEROOT (TRILL_BASE + 6) /* uint16_t */
#define TRILL_NEWBRIDGE (TRILL_BASE + 7) /* char[MAXLINKNAMELEN] */
#define TRILL_VLANFWDER (TRILL_BASE + 8) /* uint8_t[TRILL_VLANS_ARRSIZE] */
#define TRILL_DESIGVLAN (TRILL_BASE + 9) /* uint16_t */
#define TRILL_LISTNICK (TRILL_BASE + 10) /* trill_listnick_t */
#define TRILL_GETBRIDGE (TRILL_BASE + 11) /* char[MAXLINKNAMELEN] */
#define TRILL_PORTFLUSH (TRILL_BASE + 12) /* uint16_t */
#define TRILL_NICKFLUSH (TRILL_BASE + 13) /* uint16_t */
#define TRILL_GETMTU (TRILL_BASE + 14) /* uint_t * */