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

  /external/mtpd/
l2tp.c 51 ICRQ = 10,
62 "OCRP", "OCCN", "ICRQ", "ICRP", "ICCN", NULL, "CDN", "WEN", "SLI",
444 if (state == ICRQ && session == local_session) {
485 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
488 state = ICRQ;
489 set_message(0, ICRQ);
510 case ICRQ:
513 * 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::__anon12298::__anon12299::__anon12301
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 577 milliseconds