diff options
Diffstat (limited to 'ndp.h')
-rw-r--r-- | ndp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,5 +11,6 @@ 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 */ |