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

  /development/ndk/platforms/android-21/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /external/iproute2/include/linux/
l2tp.h 103 L2TP_ATTR_UDP_DPORT, /* u16 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
l2tp.h 103 L2TP_ATTR_UDP_DPORT, /* u16 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
l2tp.h 101 L2TP_ATTR_UDP_DPORT,
  /bionic/libc/kernel/uapi/linux/
l2tp.h 97 L2TP_ATTR_UDP_DPORT,
  /external/kernel-headers/original/uapi/linux/
l2tp.h 121 L2TP_ATTR_UDP_DPORT, /* u16 */
  /external/iproute2/ip/
ipl2tp.c 117 addattr16(&req.n, 1024, L2TP_ATTR_UDP_DPORT, p->peer_udp_port);
324 if (attrs[L2TP_ATTR_UDP_DPORT])
325 p->peer_udp_port = rta_getattr_u16(attrs[L2TP_ATTR_UDP_DPORT]);

Completed in 360 milliseconds