Home
last modified time | relevance | path

Searched refs:IP_IPSEC_POLICY (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dsockipoptions.h89 #if defined(IP_IPSEC_POLICY) || (defined(HAVE_DECL_IP_IPSEC_POLICY) && HAVE_DECL_IP_IPSEC_POLICY)
90 XLAT(IP_IPSEC_POLICY),
Dsockipoptions.in27 IP_IPSEC_POLICY
/external/ipsec-tools/src/racoon/
Dsockmisc.c70 #ifndef IP_IPSEC_POLICY
71 #define IP_IPSEC_POLICY 16 /* XXX: from linux/in.h */ macro
313 int option = (family == AF_INET) ? IP_IPSEC_POLICY : IPV6_IPSEC_POLICY; in setsockopt_bypass()
820 IP_IPSEC_POLICY : IPV6_IPSEC_POLICY),
839 IP_IPSEC_POLICY : IPV6_IPSEC_POLICY),
/external/iproute2/include/linux/
Din.h104 #define IP_IPSEC_POLICY 16 macro
/external/kernel-headers/original/uapi/linux/
Din.h104 #define IP_IPSEC_POLICY 16 macro
/external/ipsec-tools/src/libipsec/
Dtest-policy.c163 optname = IP_IPSEC_POLICY;
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py164 IP_IPSEC_POLICY = 21 variable
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py164 IP_IPSEC_POLICY = 21 variable
/external/python/cpython2/Lib/plat-darwin/
DIN.py168 IP_IPSEC_POLICY = 21 variable
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py324 IP_IPSEC_POLICY = 21 variable
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py322 IP_IPSEC_POLICY = 21 variable
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py322 IP_IPSEC_POLICY = 21 variable
/external/strace/
DChangeLog29679 * net.c (sockipoptions): Add IP_IPSEC_POLICY, IP_XFRM_POLICY,