diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-06 07:14:37 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-06 07:14:37 +0000 |
commit | 14cd26d40a0951eaf4cfd5436ffce5c26fae0607 (patch) | |
tree | 35a79f3fa03ee03935738d445721807daa954fee /sys/netinet/ip_ether.c | |
parent | 07fd058044fbd8138e453c2dd542b4a80aafc864 (diff) |
New ESP code that's v4 and v6 friendly.
Diffstat (limited to 'sys/netinet/ip_ether.c')
-rw-r--r-- | sys/netinet/ip_ether.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_ether.c b/sys/netinet/ip_ether.c index 8167733e054..88be0cbf530 100644 --- a/sys/netinet/ip_ether.c +++ b/sys/netinet/ip_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.c,v 1.3 1999/11/04 05:16:32 jason Exp $ */ +/* $OpenBSD: ip_ether.c,v 1.4 1999/12/06 07:14:35 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (kermit@adk.gr) @@ -197,7 +197,8 @@ va_dcl #ifdef IPSEC int -etherip_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp) +etherip_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp, int skip, + int protoff) { struct ip *ipo; ushort ilen; |