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

  /bionic/libc/kernel/uapi/linux/
l2tp.h 71 L2TP_ATTR_COOKIE,
  /external/iproute2/include/uapi/linux/
l2tp.h 109 L2TP_ATTR_COOKIE, /* 0, 4 or 8 bytes */
  /external/kernel-headers/original/uapi/linux/
l2tp.h 109 L2TP_ATTR_COOKIE, /* 0, 4 or 8 bytes */
  /external/iproute2/ip/
ipl2tp.c 180 addattr_l(&req.n, 1024, L2TP_ATTR_COOKIE,
340 if (attrs[L2TP_ATTR_COOKIE])
341 memcpy(p->cookie, RTA_DATA(attrs[L2TP_ATTR_COOKIE]),
342 p->cookie_len = RTA_PAYLOAD(attrs[L2TP_ATTR_COOKIE]));

Completed in 325 milliseconds