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

  /bionic/libc/kernel/uapi/linux/
l2tp.h 82 L2TP_ATTR_UDP_SPORT,
  /external/iproute2/include/uapi/linux/
l2tp.h 120 L2TP_ATTR_UDP_SPORT, /* u16 */
  /external/kernel-headers/original/uapi/linux/
l2tp.h 120 L2TP_ATTR_UDP_SPORT, /* u16 */
  /external/iproute2/ip/
ipl2tp.c 122 addattr16(&req.n, 1024, L2TP_ATTR_UDP_SPORT, p->local_udp_port);
379 if (attrs[L2TP_ATTR_UDP_SPORT])
380 p->local_udp_port = rta_getattr_u16(attrs[L2TP_ATTR_UDP_SPORT]);

Completed in 44 milliseconds