Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dl2tp.h111 L2TP_ATTR_SEND_SEQ, /* u8 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dl2tp.h112 L2TP_ATTR_SEND_SEQ, /* u8 */ enumerator
/external/iproute2/ip/
Dipl2tp.c156 if (p->send_seq) addattr(&req.n, 1024, L2TP_ATTR_SEND_SEQ); in create_session()
294 p->send_seq = !!attrs[L2TP_ATTR_SEND_SEQ]; in get_response()