Deleted Added
full compact
ipsec_input.c (195699) ipsec_input.c (196019)
1/* $FreeBSD: head/sys/netipsec/ipsec_input.c 195699 2009-07-14 22:48:30Z rwatson $ */
1/* $FreeBSD: head/sys/netipsec/ipsec_input.c 196019 2009-08-01 19:26:27Z rwatson $ */
2/* $OpenBSD: ipsec_input.c,v 1.63 2003/02/20 18:35:43 deraadt Exp $ */
3/*-
4 * The authors of this code are John Ioannidis (ji@tla.org),
5 * Angelos D. Keromytis (kermit@csd.uch.gr) and
6 * Niels Provos (provos@physnet.uni-hamburg.de).
7 *
8 * This code was written by John Ioannidis for BSD/OS in Athens, Greece,
9 * in November 1995.

--- 39 unchanged lines hidden (view full) ---

49#include <sys/systm.h>
50#include <sys/malloc.h>
51#include <sys/mbuf.h>
52#include <sys/domain.h>
53#include <sys/protosw.h>
54#include <sys/socket.h>
55#include <sys/errno.h>
56#include <sys/syslog.h>
2/* $OpenBSD: ipsec_input.c,v 1.63 2003/02/20 18:35:43 deraadt Exp $ */
3/*-
4 * The authors of this code are John Ioannidis (ji@tla.org),
5 * Angelos D. Keromytis (kermit@csd.uch.gr) and
6 * Niels Provos (provos@physnet.uni-hamburg.de).
7 *
8 * This code was written by John Ioannidis for BSD/OS in Athens, Greece,
9 * in November 1995.

--- 39 unchanged lines hidden (view full) ---

49#include <sys/systm.h>
50#include <sys/malloc.h>
51#include <sys/mbuf.h>
52#include <sys/domain.h>
53#include <sys/protosw.h>
54#include <sys/socket.h>
55#include <sys/errno.h>
56#include <sys/syslog.h>
57#include <sys/vimage.h>
58
59#include <net/if.h>
60#include <net/pfil.h>
61#include <net/route.h>
62#include <net/netisr.h>
63#include <net/vnet.h>
64
65#include <netinet/in.h>

--- 825 unchanged lines hidden ---
57
58#include <net/if.h>
59#include <net/pfil.h>
60#include <net/route.h>
61#include <net/netisr.h>
62#include <net/vnet.h>
63
64#include <netinet/in.h>

--- 825 unchanged lines hidden ---