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

  /external/mtpd/
pptp.c 42 OCRP = 8,
55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI",
121 } ocrp, icrp; member in union:packet::__anon25706::__anon25707::__anon25709
308 case OCRP:
309 if (state == OCRQ && incoming.ocrp.peer == local) {
310 if (ESTABLISHED(incoming.ocrp.result)) {
311 remote = incoming.ocrp.call;
314 state = OCRP;
318 log_print(DEBUG, "Received OCRP (result = %d)",
319 incoming.ocrp.result)
    [all...]
l2tp.c 49 OCRP = 8,
62 "OCRP", "OCCN", "ICRQ", "ICRP", "ICCN", NULL, "CDN", "WEN", "SLI",
  /external/tcpdump/
print-l2tp.c 65 { L2TP_MSGTYPE_OCRP, "OCRP" },
print-pptp.c 79 "OCRP", /* 8 Outgoing-Call-Reply */

Completed in 3417 milliseconds