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

  /external/mtpd/
pptp.c 36 SCCRP = 2,
54 NULL, "SCCRQ", "SCCRP", "STOPCCRQ", "STOPCCRP", "ECHORQ", "ECHORP",
107 } sccrp, sccrq; member in union:packet::__anon30713::__anon30714::__anon30716
279 case SCCRP:
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
282 ESTABLISHED(incoming.sccrp.result)) {
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
301 log_print(DEBUG, "Received SCCRP (result = %d)",
l2tp.c 45 SCCRP = 2,
62 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ",
394 return !memcmp(compute_response(SCCRP, challenge, CHALLENGE_SIZE),
425 case SCCRP:
430 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
437 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
  /external/tcpdump/
print-l2tp.c 90 { L2TP_MSGTYPE_SCCRP, "SCCRP" },
print-pptp.c 66 "SCCRP", /* 2 Start-Control-Connection-Reply */

Completed in 578 milliseconds