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

  /external/mtpd/
l2tp.c 55 CDN = 14,
63 "OCRP", "OCCN", "ICRQ", "ICRP", "ICCN", NULL, "CDN", "WEN", "SLI",
468 case CDN:
470 log_print(DEBUG, "Received CDN (local_session = %d)",
514 * accept ICRQ or OCRQ. Always send CDN with a proper error. */
517 "Sending CDN", messages[incoming.message], session);
518 set_message(session, CDN);
pptp.c 47 CDN = 13,
55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI",
128 } icrq, ccrq, cdn; member in union:packet::__anon28002::__anon28003::__anon28005
342 case CDN:
343 if (state == OCRP && incoming.cdn.call == remote) {
344 log_print(DEBUG, "Received CDN (remote = %d)", remote);

Completed in 1819 milliseconds