diff options
Diffstat (limited to 'ndp.h')
-rw-r--r-- | ndp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,7 +6,10 @@ #ifndef NDP_H #define NDP_H +struct icmp6hdr; + int ndp(const struct ctx *c, const struct icmp6hdr *ih, const struct in6_addr *saddr, const struct pool *p); +void ndp_timer(const struct ctx *c, const struct timespec *now); #endif /* NDP_H */ |