pptp.c | 46 CCRQ = 12, 55 "OCRQ", "OCRP", "ICRQ", "ICRP", "ICCN", "CCRQ", "CDN", "WEN", "SLI", 128 } icrq, ccrq, cdn; member in union:packet::__anon26633::__anon26634::__anon26636 331 case CCRQ: 332 /* According to RFC 2637 page 45, we should never receive CCRQ for 334 * always uses CCRQ to clear a call, so here we still handle it. */ 335 if (state == OCRP && incoming.ccrq.call == remote) { 336 log_print(DEBUG, "Received CCRQ (remote = %d)", remote);
|