OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / patches / include.linux.socket.h
1 RCSID $Id: include.linux.socket.h,v 1.5 1999/09/17 17:48:36 rgb Exp $
2 --- ./include/linux/socket.h.preipsec   Mon Jul 13 16:47:39 1998
3 +++ ./include/linux/socket.h    Thu Sep 16 11:26:32 1999
4 @@ -64,8 +64,9 @@
5  #define AF_INET6       10      /* IP version 6                 */
6  #endif
7  #define AF_ROSE                11      /* Amateur Radio X.25 PLP       */
8 -#define AF_MAX         13      /* For now.. */
9 +#define AF_KEY         15      /* PF_KEY security key inferface        */
10  #define AF_PACKET      17      /* Forward compat hook          */
11 +#define AF_MAX         32      /* For now.. */
12  
13  /* Protocol families, same as address families. */
14  #define PF_UNSPEC      AF_UNSPEC
15 @@ -82,6 +83,7 @@
16  #define PF_INET6       AF_INET6
17  #endif
18  #define        PF_ROSE         AF_ROSE
19 +#define PF_KEY         AF_KEY
20  #define PF_MAX         AF_MAX
21  #define PF_PACKET      AF_PACKET
22  /* Maximum queue length specifiable by listen.  */