OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / net / ipsec / 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.4 2001/06/14 19:35:08 rgb 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.4  2001/06/14 19:35:08  rgb
33  * Update copyright date.
34  *
35  * Revision 1.3  1999/04/11 00:28:57  henry
36  * GPL boilerplate
37  *
38  * Revision 1.2  1999/04/06 04:54:25  rgb
39  * Fix/Add RCSID Id: and Log: bits to make PHMDs happy.  This includes
40  * patch shell fixes.
41  *
42  * Revision 1.1  1998/06/18 21:27:47  henry
43  * move sources from klips/src to klips/net/ipsec, to keep stupid
44  * kernel-build scripts happier in the presence of symlinks
45  *
46  * Revision 1.1  1998/04/09 03:06:07  henry
47  * sources moved up from linux/net/ipsec
48  *
49  * Revision 1.1.1.1  1998/04/08 05:35:03  henry
50  * RGB's ipsec-0.8pre2.tar.gz ipsec-0.8
51  *
52  * Revision 0.4  1997/01/15 01:28:15  ji
53  * No changes.
54  *
55  * Revision 0.3  1996/11/20 14:48:53  ji
56  * Release update only.
57  *
58  * Revision 0.2  1996/11/02 00:18:33  ji
59  * First limited release.
60  *
61  *
62  */