blob: bf91e2706e6fc8efc403162b4875c3d846e898a4 [file] [log] [blame]
Harald Welted46bcd22017-08-08 23:27:22 +02001#pragma once
2
3#include "../gtp/gtp.h"
4#include "../gtp/pdp.h"
5
Pau Espin Pedrol7d54ed42018-01-25 20:09:16 +01006int handle_router_mcast(struct gsn_t *gsn, struct pdp_t *pdp,
7 const struct in6_addr *pdp_prefix,
8 const struct in6_addr *own_ll_addr,
Harald Weltef85fe972017-09-24 20:00:34 +08009 const uint8_t *pack, unsigned len);