From 85053fce04a2cba09332a6eb667f09f9c4182392 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 1 Mar 2000 14:51:47 +0000 Subject: Reimplemented neighbor cache. Now uses real hashing. --- nest/iface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nest/iface.h') diff --git a/nest/iface.h b/nest/iface.h index 5ac9f2f7..e8e4e733 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -14,6 +14,7 @@ extern list iface_list; struct proto; +struct pool; struct ifa { /* Interface address */ node n; @@ -116,6 +117,9 @@ neighbor *neigh_find(struct proto *, ip_addr *, unsigned flags); void neigh_dump(neighbor *); void neigh_dump_all(void); void neigh_prune(void); +void neigh_if_up(struct iface *); +void neigh_if_down(struct iface *); +void neigh_init(struct pool *); /* * Interface Pattern Lists -- cgit v1.2.3