HomeSort by relevance Sort by last modified time
    Searched refs:remote_tunnel (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 349 const SecureTunnelContentDescription* remote_tunnel = NULL; local
351 &content_name, &remote_tunnel)) {
357 role_ == INITIATOR ? remote_tunnel->server_pem_certificate :
358 remote_tunnel->client_pem_certificate;
  /external/mtpd/
l2tp.c 94 static uint16_t remote_tunnel; variable
133 p[2] = remote_tunnel;
177 htons(MESSAGE_FLAG), htons(ACK_SIZE), remote_tunnel, 0,
363 .remote = {.tunnel = remote_tunnel, .session = remote_session},
428 remote_tunnel = tunnel;
429 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
430 "Sending SCCCN", remote_tunnel);

Completed in 178 milliseconds