tag | line | file | source code |
MRT_BASE | 12 | include/linux/mroute.h | #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */ |
MRT_BASE | 13 | include/linux/mroute.h | #define MRT_DONE (MRT_BASE+1) /* Shutdown the kernel mroute */ |
MRT_BASE | 14 | include/linux/mroute.h | #define MRT_ADD_VIF (MRT_BASE+2) /* Add a virtual interface */ |
MRT_BASE | 15 | include/linux/mroute.h | #define MRT_DEL_VIF (MRT_BASE+3) /* Delete a virtual interface */ |
MRT_BASE | 16 | include/linux/mroute.h | #define MRT_ADD_MFC (MRT_BASE+4) /* Add a multicast forwarding entry */ |
MRT_BASE | 17 | include/linux/mroute.h | #define MRT_DEL_MFC (MRT_BASE+5) /* Delete a multicast forwarding entry */ |
MRT_BASE | 18 | include/linux/mroute.h | #define MRT_VERSION (MRT_BASE+6) /* Get the kernel multicast version */ |
MRT_BASE | 19 | include/linux/mroute.h | #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */ |
MRT_BASE | 2112 | net/ipv4/ip.c | if(optname>=MRT_BASE && optname <=MRT_BASE+10) |
MRT_BASE | 2367 | net/ipv4/ip.c | if(optname>=MRT_BASE && optname <=MRT_BASE+10) |