aboutgitcodebugslistschat
path: root/ndp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ndp.h')
-rw-r--r--ndp.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ndp.h b/ndp.h
index a786441..781ea86 100644
--- a/ndp.h
+++ b/ndp.h
@@ -6,7 +6,11 @@
#ifndef NDP_H
#define NDP_H
-int ndp(struct ctx *c, const struct icmp6hdr *ih, const struct in6_addr *saddr,
- const struct pool *p);
+struct icmp6hdr;
+
+int ndp(const struct ctx *c, const struct in6_addr *saddr,
+ struct iov_tail *data);
+void ndp_timer(const struct ctx *c, const struct timespec *now);
+void ndp_send_init_req(const struct ctx *c);
#endif /* NDP_H */