Home | History | Annotate | Download | only in linux

Lines Matching refs:MRT6_BASE

24 #define MRT6_BASE 200
25 #define MRT6_INIT (MRT6_BASE)
26 #define MRT6_DONE (MRT6_BASE+1)
27 #define MRT6_ADD_MIF (MRT6_BASE+2)
29 #define MRT6_DEL_MIF (MRT6_BASE+3)
30 #define MRT6_ADD_MFC (MRT6_BASE+4)
31 #define MRT6_DEL_MFC (MRT6_BASE+5)
32 #define MRT6_VERSION (MRT6_BASE+6)
34 #define MRT6_ASSERT (MRT6_BASE+7)
35 #define MRT6_PIM (MRT6_BASE+8)
36 #define MRT6_TABLE (MRT6_BASE+9)
37 #define MRT6_ADD_MFC_PROXY (MRT6_BASE+10)
39 #define MRT6_DEL_MFC_PROXY (MRT6_BASE+11)
40 #define MRT6_MAX (MRT6_BASE+11)