Searched refs:OCRP (Results 1 - 2 of 2) sorted by relevance

/external/mtpd/
H A Dpptp.c42 OCRP = 8, enumerator in enum:pptp_message
55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI",
308 case OCRP:
314 state = OCRP;
318 log_print(DEBUG, "Received OCRP (result = %d)",
335 if (state == OCRP && incoming.ccrq.call == remote) {
343 if (state == OCRP && incoming.cdn.call == remote) {
373 log_print(DEBUG, "Received OCRQ (remote = %d) -> Sending OCRP "
375 set_message(OCRP);
H A Dl2tp.c50 OCRP = 8, enumerator in enum:l2tp_message
63 "OCRP", "OCCN", "ICRQ", "ICRP", "ICCN", NULL, "CDN", "WEN", "SLI",

Completed in 58 milliseconds