aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/icmpv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggsn/icmpv6.h')
-rw-r--r--ggsn/icmpv6.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ggsn/icmpv6.h b/ggsn/icmpv6.h
new file mode 100644
index 0000000..ebff04e
--- /dev/null
+++ b/ggsn/icmpv6.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "../gtp/gtp.h"
+#include "../gtp/pdp.h"
+
+int handle_router_mcast(struct gsn_t *gsn, struct pdp_t *pdp, const uint8_t *pack, unsigned len);