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

  /bionic/libc/kernel/uapi/linux/
l2tp.h 83 L2TP_ATTR_UDP_DPORT,
  /external/iproute2/include/uapi/linux/
l2tp.h 121 L2TP_ATTR_UDP_DPORT, /* u16 */
  /external/kernel-headers/original/uapi/linux/
l2tp.h 121 L2TP_ATTR_UDP_DPORT, /* u16 */
  /external/iproute2/ip/
ipl2tp.c 123 addattr16(&req.n, 1024, L2TP_ATTR_UDP_DPORT, p->peer_udp_port);
381 if (attrs[L2TP_ATTR_UDP_DPORT])
382 p->peer_udp_port = rta_getattr_u16(attrs[L2TP_ATTR_UDP_DPORT]);

Completed in 160 milliseconds