HomeSort by relevance Sort by last modified time
    Searched refs:UDP_ENCAP_ESPINUDP_NON_IKE (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
udp.h 34 #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
  /bionic/libc/kernel/uapi/linux/
udp.h 32 #define UDP_ENCAP_ESPINUDP_NON_IKE 1
  /external/kernel-headers/original/uapi/linux/
udp.h 37 #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
udp.h 83 #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
  /system/netd/server/
XfrmController.h 89 ESPINUDP_NON_IKE = UDP_ENCAP_ESPINUDP_NON_IKE,
XfrmController.cpp 445 if (optval != UDP_ENCAP_ESPINUDP && optval != UDP_ENCAP_ESPINUDP_NON_IKE) {
    [all...]
  /external/ipsec-tools/src/racoon/
nattraversal.c 242 opts->encaps_type = UDP_ENCAP_ESPINUDP_NON_IKE;
isakmp.c     [all...]
  /kernel/tests/net/test/
xfrm.py 201 UDP_ENCAP_ESPINUDP_NON_IKE = 1
  /libcore/luni/src/main/java/android/system/
OsConstants.java 531 /** @hide */ public static final int UDP_ENCAP_ESPINUDP_NON_IKE = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 591 initConstant(env, c, "UDP_ENCAP_ESPINUDP_NON_IKE", UDP_ENCAP_ESPINUDP_NON_IKE);
    [all...]

Completed in 789 milliseconds