OpenBSD tags + some prototyping police
authorniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 14:06:33 +0000 (14:06 +0000)
committerniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 14:06:33 +0000 (14:06 +0000)
39 files changed:
sys/netinet/icmp_var.h
sys/netinet/if_arc.h
sys/netinet/igmp.h
sys/netinet/in_cksum.c
sys/netinet/in_systm.h
sys/netinet/ip.h
sys/netinet/ip_ah.c
sys/netinet/ip_ah.h
sys/netinet/ip_ahhmacmd5.c
sys/netinet/ip_ahhmacsha1.c
sys/netinet/ip_ahmd5.c
sys/netinet/ip_esp.c
sys/netinet/ip_esp.h
sys/netinet/ip_esp3desmd5.c
sys/netinet/ip_espdes.c
sys/netinet/ip_espdesmd5.c
sys/netinet/ip_ip4.c
sys/netinet/ip_ip4.h
sys/netinet/ip_ipsp.c
sys/netinet/ip_ipsp.h
sys/netinet/ip_md5.h
sys/netinet/ip_md5c.c
sys/netinet/ip_sha1.c
sys/netinet/ip_sha1.h
sys/netinet/libdeslite/Makefile
sys/netinet/libdeslite/des.h
sys/netinet/libdeslite/des_locl.h
sys/netinet/libdeslite/ecb_enc.c
sys/netinet/libdeslite/podd.h
sys/netinet/libdeslite/set_key.c
sys/netinet/libdeslite/sk.h
sys/netinet/libdeslite/spr.h
sys/netinet/tcp.h
sys/netinet/tcp_debug.h
sys/netinet/tcp_fsm.h
sys/netinet/tcp_seq.h
sys/netinet/tcp_timer.h
sys/netinet/tcpip.h
sys/netinet/udp.h

index 5ecb9b2..5f0303c 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: icmp_var.h,v 1.2 1997/02/24 14:06:33 niklas Exp $     */
 /*     $NetBSD: icmp_var.h,v 1.8 1995/03/26 20:32:19 jtc Exp $ */
 
 /*
index 53fdaa8..4a7648f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: if_arc.h,v 1.2 1997/02/24 14:06:34 niklas Exp $       */
 /*     $NetBSD: if_arc.h,v 1.5 1995/06/07 00:14:04 cgd Exp $   */
 
 /*
index a66b3d3..d04dfcf 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: igmp.h,v 1.2 1997/02/24 14:06:34 niklas Exp $ */
 /*     $NetBSD: igmp.h,v 1.6 1995/05/31 06:08:21 mycroft Exp $ */
 
 /*
index 9c76d43..d485517 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: in_cksum.c,v 1.3 1997/02/24 14:06:35 niklas Exp $     */
 /*     $NetBSD: in_cksum.c,v 1.11 1996/04/08 19:55:37 jonathan Exp $   */
 
 /*
index 0523ec2..8cf64aa 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: in_systm.h,v 1.2 1997/02/24 14:06:35 niklas Exp $     */
 /*     $NetBSD: in_systm.h,v 1.8 1995/04/13 06:29:22 cgd Exp $ */
 
 /*
index fb86631..b3326f1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: ip.h,v 1.4 1997/02/24 14:06:36 niklas Exp $   */
 /*     $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $       */
 
 /*
index e08f4c2..bbc07db 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ah.c,v 1.2 1997/02/24 14:06:36 niklas Exp $        */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
@@ -57,6 +59,7 @@
 #include <netinet/ip_ipsp.h>
 #include <netinet/ip_ah.h>
 
+void   ah_input __P((struct mbuf *, int));
 
 /*
  * ah_input gets called when we receive an packet with an AH.
index 4ac4334..1234e95 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ah.h,v 1.2 1997/02/24 14:06:37 niklas Exp $        */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index 1ee56be..a8b77e8 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ahhmacmd5.c,v 1.4 1997/02/24 14:06:37 niklas Exp $ */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index 9a9d4e3..c3b80b1 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ahhmacsha1.c,v 1.4 1997/02/24 14:06:38 niklas Exp $        */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index 27429cb..5e69383 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ahmd5.c,v 1.2 1997/02/24 14:06:38 niklas Exp $     */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index 13541d3..ac87a3f 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_esp.c,v 1.2 1997/02/24 14:06:39 niklas Exp $       */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
@@ -57,6 +59,8 @@
 #include <netinet/ip_ipsp.h>
 #include <netinet/ip_esp.h>
 
+void   esp_input __P((struct mbuf *, int));
+
 /*
  * esp_input gets called when we receive an packet with an ESP.
  */
index e76dccb..cf46afc 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_esp.h,v 1.3 1997/02/24 14:06:39 niklas Exp $       */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index d0d5b20..d62cade 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_esp3desmd5.c,v 1.2 1997/02/24 14:06:39 niklas Exp $        */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index b034a3e..66f77f0 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_espdes.c,v 1.2 1997/02/24 14:06:40 niklas Exp $    */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index ed1b2c9..7741294 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_espdesmd5.c,v 1.2 1997/02/24 14:06:40 niklas Exp $ */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index be4bfe1..602f9b4 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ip4.c,v 1.4 1997/02/24 14:06:41 niklas Exp $       */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
@@ -58,7 +60,7 @@
 #include <netinet/ip_ip4.h>
 #include <dev/rndvar.h>
 
-
+void   ip4_input __P((struct mbuf *, int));
 
 /*
  * ip4_input gets called when we receive an encapsulated packet,
index ec6b214..d1a9f56 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ip4.h,v 1.3 1997/02/24 14:06:41 niklas Exp $       */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index 7d8357e..fb6c10c 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ipsp.c,v 1.6 1997/02/24 14:06:42 niklas Exp $      */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
@@ -55,6 +57,9 @@
 #include <netinet/ip_ah.h>
 #include <netinet/ip_esp.h>
 
+int    tdb_init __P((struct tdb *, struct mbuf *));
+int    ipsp_kern __P((int, char **, int));
+
 #ifdef ENCDEBUG
 int encdebug = 1;
 #endif
index 8fecdb7..ca220ba 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_ipsp.h,v 1.3 1997/02/24 14:06:42 niklas Exp $      */
+
 /*
  * The author of this code is John Ioannidis, ji@tla.org,
  *     (except when noted otherwise).
index 2e102c8..aec667e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_md5.h,v 1.2 1997/02/24 14:06:43 niklas Exp $       */
+
 /* GLOBAL.H - RSAREF types and constants
  */
 
index 809f60c..8b98141 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_md5c.c,v 1.3 1997/02/24 14:06:43 niklas Exp $      */
+
 /*
  * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic
  * changes to accomodate it in the kernel by ji.
index 1668049..727159d 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_sha1.c,v 1.3 1997/02/24 14:06:44 niklas Exp $      */
+
 /*
 SHA-1 in C
 By Steve Reid <steve@edmweb.com>
index e4fd065..2a0cec5 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ip_sha1.h,v 1.2 1997/02/24 14:06:44 niklas Exp $      */
+
 /*
 SHA-1 in C
 By Steve Reid <steve@edmweb.com>
index 2e8a6d1..ab6867e 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: Makefile,v 1.2 1997/02/24 14:06:50 niklas Exp $
+
 #
 # This is the "lite" portion of libdes -- just the routines needed
 # to do CBC DES and 3DES for IPSP.
index c49eeb0..ffcd3c1 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: des.h,v 1.3 1997/02/24 14:06:51 niklas Exp $  */
+
 /* lib/des/des.h */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index ce0cabb..c220e39 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: des_locl.h,v 1.3 1997/02/24 14:06:51 niklas Exp $     */
+
 /* lib/des/des_locl.h */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index 526a615..1b7ce7e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ecb_enc.c,v 1.2 1997/02/24 14:06:52 niklas Exp $      */
+
 /* lib/des/ecb_enc.c */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index 96846d2..e0d61df 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: podd.h,v 1.2 1997/02/24 14:06:52 niklas Exp $ */
+
 /* lib/des/podd.h */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index a97542c..6569e27 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: set_key.c,v 1.3 1997/02/24 14:06:53 niklas Exp $      */
+
 /* lib/des/set_key.c */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index e5997d9..50125ff 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sk.h,v 1.2 1997/02/24 14:06:53 niklas Exp $   */
+
 /* lib/des/sk.h */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index d9b81ce..84d9395 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: spr.h,v 1.2 1997/02/24 14:06:54 niklas Exp $  */
+
 /* lib/des/spr.h */
 /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
index 5cb1a73..57069c1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tcp.h,v 1.2 1997/02/24 14:06:44 niklas Exp $  */
 /*     $NetBSD: tcp.h,v 1.8 1995/04/17 05:32:58 cgd Exp $      */
 
 /*
index d0ca910..5c29983 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tcp_debug.h,v 1.2 1997/02/24 14:06:45 niklas Exp $    */
 /*     $NetBSD: tcp_debug.h,v 1.5 1994/06/29 06:38:38 cgd Exp $        */
 
 /*
index da5e3bb..5c4d2a1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tcp_fsm.h,v 1.2 1997/02/24 14:06:45 niklas Exp $      */
 /*     $NetBSD: tcp_fsm.h,v 1.6 1994/10/14 16:01:48 mycroft Exp $      */
 
 /*
index a055ae5..a9aa1ab 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tcp_seq.h,v 1.2 1997/02/24 14:06:46 niklas Exp $      */
 /*     $NetBSD: tcp_seq.h,v 1.6 1995/03/26 20:32:35 jtc Exp $  */
 
 /*
index b5576a5..807cec5 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tcp_timer.h,v 1.3 1997/02/24 14:06:46 niklas Exp $    */
 /*     $NetBSD: tcp_timer.h,v 1.6 1995/03/26 20:32:37 jtc Exp $        */
 
 /*
index ba09485..ff94d45 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tcpip.h,v 1.3 1997/02/24 14:06:47 niklas Exp $        */
 /*     $NetBSD: tcpip.h,v 1.6 1995/11/21 01:07:44 cgd Exp $    */
 
 /*
index 95bc044..3d5c73e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: udp.h,v 1.3 1997/02/24 14:06:47 niklas Exp $  */
 /*     $NetBSD: udp.h,v 1.6 1995/04/13 06:37:10 cgd Exp $      */
 
 /*