HomeSort by relevance Sort by last modified time
    Searched refs:IP_IPSEC_POLICY (Results 76 - 80 of 80) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 64 #define IP_IPSEC_POLICY 16
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 64 #define IP_IPSEC_POLICY 16
  /external/ipsec-tools/src/racoon/
sockmisc.c 66 #ifndef IP_IPSEC_POLICY
67 #define IP_IPSEC_POLICY 16 /* XXX: from linux/in.h */
305 int option = (family == AF_INET) ? IP_IPSEC_POLICY : IPV6_IPSEC_POLICY;
805 IP_IPSEC_POLICY : IPV6_IPSEC_POLICY),
808 "setsockopt IP_IPSEC_POLICY (%s)\n",
824 IP_IPSEC_POLICY : IPV6_IPSEC_POLICY),
827 "setsockopt IP_IPSEC_POLICY (%s)\n",
  /external/ipsec-tools/src/libipsec/
test-policy.c 163 optname = IP_IPSEC_POLICY;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 168 IP_IPSEC_POLICY = 21

Completed in 697 milliseconds

1 2 34