Home
last modified time | relevance | path

Searched refs:L2TP_ATTR_COOKIE (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/linux/
Dl2tp.h107 L2TP_ATTR_COOKIE, /* 0, 4 or 8 bytes */ enumerator
/external/kernel-headers/original/uapi/linux/
Dl2tp.h108 L2TP_ATTR_COOKIE, /* 0, 4 or 8 bytes */ enumerator
/external/iproute2/ip/
Dipl2tp.c162 if (p->cookie_len) addattr_l(&req.n, 1024, L2TP_ATTR_COOKIE, in create_session()
285 if (attrs[L2TP_ATTR_COOKIE]) in get_response()
286 memcpy(p->cookie, RTA_DATA(attrs[L2TP_ATTR_COOKIE]), in get_response()
287 p->cookie_len = RTA_PAYLOAD(attrs[L2TP_ATTR_COOKIE])); in get_response()