Searched refs:MRT6_BASE (Results 1 – 1 of 1) sorted by relevance
18 #define MRT6_BASE 200 macro19 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */20 #define MRT6_DONE (MRT6_BASE+1) /* Shutdown the kernel mroute */21 #define MRT6_ADD_MIF (MRT6_BASE+2) /* Add a virtual interface */22 #define MRT6_DEL_MIF (MRT6_BASE+3) /* Delete a virtual interface */23 #define MRT6_ADD_MFC (MRT6_BASE+4) /* Add a multicast forwarding entry */24 #define MRT6_DEL_MFC (MRT6_BASE+5) /* Delete a multicast forwarding entry */25 #define MRT6_VERSION (MRT6_BASE+6) /* Get the kernel multicast version */26 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */27 #define MRT6_PIM (MRT6_BASE+8) /* enable PIM code */[all …]