]> git.ipfire.org Git - thirdparty/strongswan.git/blob - linux/include/freeswan/ipsec_ipe4.h
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / linux / include / freeswan / ipsec_ipe4.h
1 /*
2 * IP-in-IP Header declarations
3 * Copyright (C) 1996, 1997 John Ioannidis.
4 * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
15 *
16 * RCSID $Id: ipsec_ipe4.h,v 1.1 2004/03/15 20:35:25 as Exp $
17 */
18
19 /* The packet header is an IP header! */
20
21 struct ipe4_xdata /* transform table data */
22 {
23 struct in_addr i4_src;
24 struct in_addr i4_dst;
25 };
26
27 #define EMT_IPE4_ULEN 8 /* coming from user mode */
28
29
30 /*
31 * $Log: ipsec_ipe4.h,v $
32 * Revision 1.1 2004/03/15 20:35:25 as
33 * added files from freeswan-2.04-x509-1.5.3
34 *
35 * Revision 1.5 2002/04/24 07:36:46 mcr
36 * Moved from ./klips/net/ipsec/ipsec_ipe4.h,v
37 *
38 * Revision 1.4 2001/06/14 19:35:08 rgb
39 * Update copyright date.
40 *
41 * Revision 1.3 1999/04/11 00:28:57 henry
42 * GPL boilerplate
43 *
44 * Revision 1.2 1999/04/06 04:54:25 rgb
45 * Fix/Add RCSID Id: and Log: bits to make PHMDs happy. This includes
46 * patch shell fixes.
47 *
48 * Revision 1.1 1998/06/18 21:27:47 henry
49 * move sources from klips/src to klips/net/ipsec, to keep stupid
50 * kernel-build scripts happier in the presence of symlinks
51 *
52 * Revision 1.1 1998/04/09 03:06:07 henry
53 * sources moved up from linux/net/ipsec
54 *
55 * Revision 1.1.1.1 1998/04/08 05:35:03 henry
56 * RGB's ipsec-0.8pre2.tar.gz ipsec-0.8
57 *
58 * Revision 0.4 1997/01/15 01:28:15 ji
59 * No changes.
60 *
61 * Revision 0.3 1996/11/20 14:48:53 ji
62 * Release update only.
63 *
64 * Revision 0.2 1996/11/02 00:18:33 ji
65 * First limited release.
66 *
67 *
68 */