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

  /external/mtpd/
l2tp.c 43 SCCRP = 2,
60 "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 ?
pptp.c 35 SCCRP = 2,
53 NULL, "SCCRQ", "SCCRP", "STOPCCRQ", "STOPCCRP", "ECHORQ", "ECHORP",
106 } sccrp, sccrq; member in union:packet::__anon3381::__anon3382::__anon3384
282 case SCCRP:
284 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION
285 && ESTABLISHED(incoming.sccrp.result)) {
289 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
304 log_print(DEBUG, "Received SCCRP (result = %d)",

Completed in 239 milliseconds