Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmroute6.h21 #define MRT6_BASE 200 macro
22 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */
23 #define MRT6_DONE (MRT6_BASE+1) /* Shutdown the kernel mroute */
24 #define MRT6_ADD_MIF (MRT6_BASE+2) /* Add a virtual interface */
25 #define MRT6_DEL_MIF (MRT6_BASE+3) /* Delete a virtual interface */
26 #define MRT6_ADD_MFC (MRT6_BASE+4) /* Add a multicast forwarding entry */
27 #define MRT6_DEL_MFC (MRT6_BASE+5) /* Delete a multicast forwarding entry */
28 #define MRT6_VERSION (MRT6_BASE+6) /* Get the kernel multicast version */
29 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
30 #define MRT6_PIM (MRT6_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 Dmroute6.h21 #define MRT6_BASE 200 macro
22 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */
23 #define MRT6_DONE (MRT6_BASE+1) /* Shutdown the kernel mroute */
24 #define MRT6_ADD_MIF (MRT6_BASE+2) /* Add a virtual interface */
25 #define MRT6_DEL_MIF (MRT6_BASE+3) /* Delete a virtual interface */
26 #define MRT6_ADD_MFC (MRT6_BASE+4) /* Add a multicast forwarding entry */
27 #define MRT6_DEL_MFC (MRT6_BASE+5) /* Delete a multicast forwarding entry */
28 #define MRT6_VERSION (MRT6_BASE+6) /* Get the kernel multicast version */
29 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
30 #define MRT6_PIM (MRT6_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 Dmroute6.h21 #define MRT6_BASE 200 macro
22 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */
23 #define MRT6_DONE (MRT6_BASE+1) /* Shutdown the kernel mroute */
24 #define MRT6_ADD_MIF (MRT6_BASE+2) /* Add a virtual interface */
25 #define MRT6_DEL_MIF (MRT6_BASE+3) /* Delete a virtual interface */
26 #define MRT6_ADD_MFC (MRT6_BASE+4) /* Add a multicast forwarding entry */
27 #define MRT6_DEL_MFC (MRT6_BASE+5) /* Delete a multicast forwarding entry */
28 #define MRT6_VERSION (MRT6_BASE+6) /* Get the kernel multicast version */
29 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
30 #define MRT6_PIM (MRT6_BASE+8) /* enable PIM code */
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmroute6.h17 return (opt >= MRT6_BASE) && (opt <= MRT6_MAX); in ip6_mroute_opt()