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

  /external/mtpd/
pptp.c 41 OCRQ = 7,
55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI",
116 } ocrq; member in union:packet::__anon23917::__anon23918::__anon23920
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
289 state = OCRQ;
290 set_message(OCRQ);
291 outgoing.ocrq.call = local;
292 outgoing.ocrq.serial = random();
293 outgoing.ocrq.minimum_speed = htonl(1000);
294 outgoing.ocrq.maximum_speed = htonl(100000000)
    [all...]
l2tp.c 48 OCRQ = 7,
61 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ",
511 case OCRQ:
513 * accept ICRQ or OCRQ. Always send CDN with a proper error. */

Completed in 25 milliseconds