Home
last modified time | relevance | path

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

/external/mtpd/
Dl2tp.c100 static __be16 remote_tunnel; variable
139 p[2] = remote_tunnel; in set_message()
183 htons(MESSAGE_FLAG), htons(ACK_SIZE), remote_tunnel, 0, in send_ack()
401 .remote = {.tunnel = remote_tunnel, .session = remote_session}, in create_pppox_olac()
437 tunnel_sa.pppol2tp.d_tunnel = ntohs(remote_tunnel); in create_pppox_ol2tp()
460 session_sa.pppol2tp.d_tunnel = ntohs(remote_tunnel); in create_pppox_ol2tp()
529 remote_tunnel = tunnel; in l2tp_process()
531 "Sending SCCCN", (unsigned)ntohs(remote_tunnel)); in l2tp_process()
614 ntohs(remote_tunnel), in l2tp_process()