summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ether.h
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2017-11-15 17:30:21 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2017-11-15 17:30:21 +0000
commitbb3eb71bdbbd9592d1ab5e5ddf89fa6b9e24f0b9 (patch)
treea4e402e9469b13ce77d41d1abe0ce5bf4fe19ed7 /sys/netinet/ip_ether.h
parent7c607b613266434d6b47ff7fff8722e38ea61204 (diff)
etherip(4) now handles etherip sysctls, move/remove code accordingly.
ok visa@ as part of a larger diff, ok mpi@
Diffstat (limited to 'sys/netinet/ip_ether.h')
-rw-r--r--sys/netinet/ip_ether.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h
index d48ca952a46..97b0778b780 100644
--- a/sys/netinet/ip_ether.h
+++ b/sys/netinet/ip_ether.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ether.h,v 1.23 2017/11/10 02:37:14 visa Exp $ */
+/* $OpenBSD: ip_ether.h,v 1.24 2017/11/15 17:30:20 jca Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@adk.gr)
*
@@ -112,8 +112,6 @@ struct tdb;
void etherip_init(void);
int etherip_output(struct mbuf *, struct tdb *, struct mbuf **, int);
int etherip_input(struct mbuf **, int *, int, int);
-int etherip_sysctl(int *, u_int, void *, size_t *, void *, size_t);
-int etherip_sysctl_etheripstat(void *, size_t *, void *);
extern int etherip_allow;