Home
last modified time | relevance | path

Searched refs:MRT_BASE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmroute.h18 #define MRT_BASE 200 macro
19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */
20 #define MRT_DONE (MRT_BASE+1) /* Shutdown the kernel mroute */
21 #define MRT_ADD_VIF (MRT_BASE+2) /* Add a virtual interface */
22 #define MRT_DEL_VIF (MRT_BASE+3) /* Delete a virtual interface */
23 #define MRT_ADD_MFC (MRT_BASE+4) /* Add a multicast forwarding entry */
24 #define MRT_DEL_MFC (MRT_BASE+5) /* Delete a multicast forwarding entry */
25 #define MRT_VERSION (MRT_BASE+6) /* Get the kernel multicast version */
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
27 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmroute.h18 #define MRT_BASE 200 macro
19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */
20 #define MRT_DONE (MRT_BASE+1) /* Shutdown the kernel mroute */
21 #define MRT_ADD_VIF (MRT_BASE+2) /* Add a virtual interface */
22 #define MRT_DEL_VIF (MRT_BASE+3) /* Delete a virtual interface */
23 #define MRT_ADD_MFC (MRT_BASE+4) /* Add a multicast forwarding entry */
24 #define MRT_DEL_MFC (MRT_BASE+5) /* Delete a multicast forwarding entry */
25 #define MRT_VERSION (MRT_BASE+6) /* Get the kernel multicast version */
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
27 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmroute.h18 #define MRT_BASE 200 macro
19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */
20 #define MRT_DONE (MRT_BASE+1) /* Shutdown the kernel mroute */
21 #define MRT_ADD_VIF (MRT_BASE+2) /* Add a virtual interface */
22 #define MRT_DEL_VIF (MRT_BASE+3) /* Delete a virtual interface */
23 #define MRT_ADD_MFC (MRT_BASE+4) /* Add a multicast forwarding entry */
24 #define MRT_DEL_MFC (MRT_BASE+5) /* Delete a multicast forwarding entry */
25 #define MRT_VERSION (MRT_BASE+6) /* Get the kernel multicast version */
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
27 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmroute.h16 return opt >= MRT_BASE && opt <= MRT_MAX; in ip_mroute_opt()