aboutsummaryrefslogtreecommitdiffstats
path: root/lib/icmpv6.h
blob: bf91e2706e6fc8efc403162b4875c3d846e898a4 (plain)
1
2
3
4
5
6
7
8
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);