HomeSort by relevance Sort by last modified time
    Searched full:local_tunnel (Results 1 - 1 of 1) sorted by null

  /external/mtpd/
l2tp.c 92 static uint16_t local_tunnel; variable
200 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) {
320 while (!local_tunnel) {
321 local_tunnel = random();
324 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel);
330 add_attribute_u16(ASSIGNED_TUNNEL, local_tunnel);
363 .local = {.tunnel = local_tunnel, .session = local_session},
557 add_attribute_u16(ASSIGNED_TUNNEL, local_tunnel);

Completed in 40 milliseconds