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::__anon12300::__anon12301::__anon12303
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 44 SCCRP = 2,
61 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ",
393 return !memcmp(compute_response(SCCRP, challenge, CHALLENGE_SIZE),
424 case SCCRP:
429 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
436 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
  /external/tcpdump/
print-l2tp.c 60 { L2TP_MSGTYPE_SCCRP, "SCCRP" },
print-pptp.c 72 "SCCRP", /* 2 Start-Control-Connection-Reply */

Completed in 812 milliseconds