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