Searched refs:MRT_BASE (Results 1 – 1 of 1) sorted by relevance
16 #define MRT_BASE 200 macro17 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */18 #define MRT_DONE (MRT_BASE+1) /* Shutdown the kernel mroute */19 #define MRT_ADD_VIF (MRT_BASE+2) /* Add a virtual interface */20 #define MRT_DEL_VIF (MRT_BASE+3) /* Delete a virtual interface */21 #define MRT_ADD_MFC (MRT_BASE+4) /* Add a multicast forwarding entry */22 #define MRT_DEL_MFC (MRT_BASE+5) /* Delete a multicast forwarding entry */23 #define MRT_VERSION (MRT_BASE+6) /* Get the kernel multicast version */24 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */25 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */[all …]