strongswan/src/include/linux
Tobias Brunner e7143fe998 include: Add linux/socket.h
__kernel_sa_family_t is defined and used since Linux 3.1, so on systems
with older kernels (like CentOS 6.7, which still ships a 2.6.32 kernel) the
build with the current UAPI headers fails.  And using the native headers on
such system does not really work either because we use structs, defines, and
enum values from the newer headers in the kernel-netlink plugin.

__kernel_sa_family_t is defined in linux/socket.h so we ship that too (in
particular the simplified UAPI version from Linux 3.7+).

Fixes #1099.
2015-09-07 14:07:46 +02:00
..
if_alg.h Added Linux AF_ALG header 2010-12-20 09:52:02 +01:00
ipsec.h merging kernel_pfkey plugin back from kernel-interface branch 2008-10-14 08:46:31 +00:00
netlink.h include: Update (rt)netlink.h to the latest UAPI version 2015-08-18 12:06:08 +02:00
pfkeyv2.h Adding support for AES GMAC (RFC4543). 2010-02-12 10:57:39 +01:00
rtnetlink.h include: Update (rt)netlink.h to the latest UAPI version 2015-08-18 12:06:08 +02:00
socket.h include: Add linux/socket.h 2015-09-07 14:07:46 +02:00
udp.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
xfrm.h Updated copy of linux/xfrm.h to 2.6.39, featuring ESN support 2011-04-20 12:26:57 +02:00