summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-04-16 22:04:07 +0000
committerkmacy <kmacy@FreeBSD.org>2009-04-16 22:04:07 +0000
commitb371e11fe6e7db4d29c16837d494efca4897ff9c (patch)
tree4ccd3f7370cfdf8eca6a8f6d9cb14ff9327af3c9 /sys/net/if_llatbl.h
parent24b38efdce5f73d92ac948039ef4966d9502b484 (diff)
downloadFreeBSD-src-b371e11fe6e7db4d29c16837d494efca4897ff9c.zip
FreeBSD-src-b371e11fe6e7db4d29c16837d494efca4897ff9c.tar.gz
add utility routine for updating an struct llentry *
Diffstat (limited to 'sys/net/if_llatbl.h')
-rw-r--r--sys/net/if_llatbl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index 50e617d..3b3086f 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -178,6 +178,8 @@ void lltable_drain(int);
int lltable_sysctl_dumparp(int, struct sysctl_req *);
void llentry_free(struct llentry *);
+int llentry_update(struct llentry **, struct lltable *,
+ struct sockaddr *, struct ifnet *);
/*
* Generic link layer address lookup function.
OpenPOWER on IntegriCloud