summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ah.h
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1999-12-07 08:57:59 +0000
committerangelos <angelos@openbsd.org>1999-12-07 08:57:59 +0000
commit54b9a7f2c188074b41e71b06d62d48c9558abd5a (patch)
treef7476eddba71fb33c09a28cf96f3f95de4b677cf /sys/netinet/ip_ah.h
parentfix DNS; all this is due for squishing in a few days anyways, i suspect; fujiwara@rcac.tdi.co.jp (diff)
downloadwireguard-openbsd-54b9a7f2c188074b41e71b06d62d48c9558abd5a.tar.xz
wireguard-openbsd-54b9a7f2c188074b41e71b06d62d48c9558abd5a.zip
New ah_new_input(), protocol-independent processing (still lacking
IPv6-specific protocol header processing).
Diffstat (limited to 'sys/netinet/ip_ah.h')
-rw-r--r--sys/netinet/ip_ah.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/ip_ah.h b/sys/netinet/ip_ah.h
index c08e18a9c58..e822d592c1d 100644
--- a/sys/netinet/ip_ah.h
+++ b/sys/netinet/ip_ah.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ah.h,v 1.17 1999/10/29 02:10:01 angelos Exp $ */
+/* $OpenBSD: ip_ah.h,v 1.18 1999/12/07 08:57:59 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -83,6 +83,9 @@ struct ah_new
#define AH_NEW_FLENGTH (sizeof(struct ah_new))
+/* Size of the largest hash function output used in AH-new, in bytes */
+#define AH_MAX_HASHLEN 20
+
/*
* Names for AH sysctl objects
*/