Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipl2tp.c104 addattr32(&req.n, 1024, L2TP_ATTR_CONN_ID, p->tunnel_id); in create_tunnel()
133 addattr32(&req.n, 128, L2TP_ATTR_CONN_ID, p->tunnel_id); in delete_tunnel()
146 addattr32(&req.n, 1024, L2TP_ATTR_CONN_ID, p->tunnel_id); in create_session()
180 addattr32(&req.n, 1024, L2TP_ATTR_CONN_ID, p->tunnel_id); in delete_session()
271 if (attrs[L2TP_ATTR_CONN_ID]) in get_response()
272 p->tunnel_id = rta_getattr_u32(attrs[L2TP_ATTR_CONN_ID]); in get_response()
377 addattr32(&req.n, 128, L2TP_ATTR_CONN_ID, p->config.tunnel_id); in get_session()
411 addattr32(&req.n, 1024, L2TP_ATTR_CONN_ID, p->config.tunnel_id); in get_tunnel()
/external/iproute2/include/linux/
Dl2tp.h101 L2TP_ATTR_CONN_ID, /* u32 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dl2tp.h102 L2TP_ATTR_CONN_ID, /* u32 */ enumerator