diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-11-17 18:20:50 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-11-17 18:20:50 +0000 |
commit | df2ced5f174493bd5bf00cdf93c489d33a7874d5 (patch) | |
tree | d9a0d46f351c13e537dfc094f082a2f49b7dc196 /sys/netinet/ip_ether.h | |
parent | 90aab41b166fa234b7f4eaab9bc9c8eedc11fb22 (diff) |
Rename functions that now handle only MPLS-in-IP
ok visa@ mpi@
Diffstat (limited to 'sys/netinet/ip_ether.h')
-rw-r--r-- | sys/netinet/ip_ether.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h index c06b36a1542..c839ecc4000 100644 --- a/sys/netinet/ip_ether.h +++ b/sys/netinet/ip_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.h,v 1.26 2017/11/17 14:52:51 jca Exp $ */ +/* $OpenBSD: ip_ether.h,v 1.27 2017/11/17 18:20:49 jca Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@adk.gr) * @@ -109,8 +109,8 @@ etheripstat_pkt(enum etheripstat_counters pcounter, struct tdb; -int etherip_output(struct mbuf *, struct tdb *, struct mbuf **, int); -int etherip_input(struct mbuf **, int *, int, int); +int mplsip_output(struct mbuf *, struct tdb *, struct mbuf **, int); +int mplsip_input(struct mbuf **, int *, int, int); #endif /* _KERNEL */ #endif /* _NETINET_IP_ETHER_H_ */ |