Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dl2tp.h110 L2TP_ATTR_RECV_SEQ, /* u8 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dl2tp.h111 L2TP_ATTR_RECV_SEQ, /* u8 */ enumerator
/external/iproute2/ip/
Dipl2tp.c155 if (p->recv_seq) addattr(&req.n, 1024, L2TP_ATTR_RECV_SEQ); in create_session()
293 p->recv_seq = !!attrs[L2TP_ATTR_RECV_SEQ]; in get_response()