patch-2.1.30 linux/include/linux/socket.h
Next file: linux/include/linux/sysctl.h
Previous file: linux/include/linux/skbuff.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Mar 20 18:17:12 1997
- Orig file:
v2.1.29/linux/include/linux/socket.h
- Orig date:
Thu Feb 6 02:53:33 1997
diff -u --recursive --new-file v2.1.29/linux/include/linux/socket.h linux/include/linux/socket.h
@@ -147,6 +147,7 @@
#define AF_ROSE 11 /* Amateur Radio X.25 PLP */
#define AF_DECNET 12 /* Reserved for DECnet project */
#define AF_NETBEUI 13 /* Reserved for 802.2LLC project*/
+#define AF_SECURITY 14 /* Security callback pseudo AF */
#define AF_MAX 32 /* For now.. */
/* Protocol families, same as address families. */
@@ -165,6 +166,7 @@
#define PF_ROSE AF_ROSE
#define PF_DECNET AF_DECNET
#define PF_NETBEUI AF_NETBEUI
+#define PF_SECURITY AF_SECURITY
#define PF_MAX AF_MAX
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov