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

  /external/mtpd/
l2tp.c 52 ICRQ = 10,
63 "OCRP", "OCCN", "ICRQ", "ICRP", "ICCN", NULL, "CDN", "WEN", "SLI",
445 if (state == ICRQ && session == local_session) {
486 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
489 state = ICRQ;
490 set_message(0, ICRQ);
511 case ICRQ:
514 * accept ICRQ or OCRQ. Always send CDN with a proper error. */
pptp.c 43 ICRQ = 9,
55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI",
128 } icrq, ccrq, cdn; member in union:packet::__anon28002::__anon28003::__anon28005
363 case ICRQ:
364 log_print(DEBUG, "Received ICRQ (remote = %d) -> Sending ICRP "
365 "with error", incoming.icrq.call);
367 outgoing.icrp.peer = incoming.icrq.call;

Completed in 122 milliseconds