Searched refs:L2TP_ATTR_COOKIE (Results 1 – 2 of 2) sorted by relevance
91 L2TP_ATTR_COOKIE, /* 0, 4 or 8 bytes */ enumerator
178 if (p->cookie_len) addattr_l(&req.n, 1024, L2TP_ATTR_COOKIE, in create_session()305 if (attrs[L2TP_ATTR_COOKIE]) in get_response()306 memcpy(p->cookie, RTA_DATA(attrs[L2TP_ATTR_COOKIE]), in get_response()307 p->cookie_len = RTA_PAYLOAD(attrs[L2TP_ATTR_COOKIE])); in get_response()