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

  /bionic/libc/kernel/uapi/linux/
xfrm.h 287 XFRMA_ENCAP,
  /development/ndk/platforms/android-L/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /external/iproute2/include/linux/
xfrm.h 278 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */
  /external/kernel-headers/original/uapi/linux/
xfrm.h 280 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
xfrm.h 270 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
xfrm.h 270 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
xfrm.h 287 XFRMA_ENCAP,
  /external/iproute2/ip/
ipxfrm.c 733 if (tb[XFRMA_ENCAP]) {
741 if (RTA_PAYLOAD(tb[XFRMA_ENCAP]) < sizeof(*e)) {
746 e = (struct xfrm_encap_tmpl *) RTA_DATA(tb[XFRMA_ENCAP]);
xfrm_state.c 321 addattr_l(&req.n, sizeof(req.buf), XFRMA_ENCAP,

Completed in 846 milliseconds