Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dl2tp.h113 L2TP_ATTR_SEND_SEQ, /* u8 */ enumerator
/external/iproute2/include/uapi/linux/
Dl2tp.h113 L2TP_ATTR_SEND_SEQ, /* u8 */ enumerator
/external/iproute2/ip/
Dipl2tp.c169 addattr8(&req.n, 1024, L2TP_ATTR_SEND_SEQ, 1); in create_session()
350 if (attrs[L2TP_ATTR_SEND_SEQ]) in get_response()
351 p->send_seq = !!rta_getattr_u8(attrs[L2TP_ATTR_SEND_SEQ]); in get_response()