summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/mroute6.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
commit885f5974cdf65b59415837ae97f5a14ef1350670 (patch)
tree66ac13de29c7f4932c5fcae11773df574e4e256a /include/arch/x86_64/linux/mroute6.h
parent8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff)
feat: add gzip and new headers
Diffstat (limited to 'include/arch/x86_64/linux/mroute6.h')
-rw-r--r--include/arch/x86_64/linux/mroute6.h31
1 files changed, 18 insertions, 13 deletions
diff --git a/include/arch/x86_64/linux/mroute6.h b/include/arch/x86_64/linux/mroute6.h
index 195627c5..262f1e10 100644
--- a/include/arch/x86_64/linux/mroute6.h
+++ b/include/arch/x86_64/linux/mroute6.h
@@ -22,21 +22,26 @@
#define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */
#define MRT6_DONE (MRT6_BASE + 1) /* Shutdown the kernel mroute */
#define MRT6_ADD_MIF (MRT6_BASE + 2) /* Add a virtual interface */
-#define MRT6_DEL_MIF (MRT6_BASE + 3) /* Delete a virtual interface \
- */
-#define MRT6_ADD_MFC (MRT6_BASE + 4) /* Add a multicast forwarding entry \
- */
-#define MRT6_DEL_MFC (MRT6_BASE + 5) /* Delete a multicast forwarding entry \
- */
-#define MRT6_VERSION (MRT6_BASE + 6) /* Get the kernel multicast version \
- */
-#define MRT6_ASSERT (MRT6_BASE + 7) /* Activate PIM assert mode */
-#define MRT6_PIM (MRT6_BASE + 8) /* enable PIM code */
-#define MRT6_TABLE (MRT6_BASE + 9) /* Specify mroute table ID */
+#define MRT6_DEL_MIF \
+ (MRT6_BASE + 3) /* Delete a virtual interface \
+ */
+#define MRT6_ADD_MFC \
+ (MRT6_BASE + 4) /* Add a multicast forwarding entry \
+ */
+#define MRT6_DEL_MFC \
+ (MRT6_BASE + 5) /* Delete a multicast forwarding entry \
+ */
+#define MRT6_VERSION \
+ (MRT6_BASE + 6) /* Get the kernel multicast version \
+ */
+#define MRT6_ASSERT (MRT6_BASE + 7) /* Activate PIM assert mode */
+#define MRT6_PIM (MRT6_BASE + 8) /* enable PIM code */
+#define MRT6_TABLE (MRT6_BASE + 9) /* Specify mroute table ID */
#define MRT6_ADD_MFC_PROXY (MRT6_BASE + 10) /* Add a (*,*|G) mfc entry */
#define MRT6_DEL_MFC_PROXY (MRT6_BASE + 11) /* Del a (*,*|G) mfc entry */
-#define MRT6_FLUSH (MRT6_BASE + 12) /* Flush all mfc entries and/or vifs \
- */
+#define MRT6_FLUSH \
+ (MRT6_BASE + 12) /* Flush all mfc entries and/or vifs \
+ */
#define MRT6_MAX (MRT6_BASE + 12)
#define SIOCGETMIFCNT_IN6 SIOCPROTOPRIVATE /* IP protocol privates */