Home
last modified time | relevance | path

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

/external/mtpd/
Dl2tp.c97 static __be16 local_tunnel; variable
205 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) { in recv_packet()
325 while (!local_tunnel) { in l2tp_connect()
326 local_tunnel = random(); in l2tp_connect()
330 (unsigned)ntohs(local_tunnel)); in l2tp_connect()
336 add_attribute_u16(ASSIGNED_TUNNEL, local_tunnel); in l2tp_connect()
400 .local = {.tunnel = local_tunnel, .session = local_session}, in create_pppox_olac()
435 tunnel_sa.pppol2tp.s_tunnel = ntohs(local_tunnel); in create_pppox_ol2tp()
458 session_sa.pppol2tp.s_tunnel = ntohs(local_tunnel); in create_pppox_ol2tp()
669 add_attribute_u16(ASSIGNED_TUNNEL, local_tunnel); in l2tp_shutdown()