Home | History | Annotate | Download | only in src

Lines Matching refs:Required

218                 ccp->cfg.mppe.required ? ", required" : "");
263 ccp->cfg.mppe.required = 0;
287 * Is ccp *REQUIRED* ?
288 * We ask each of the configured ccp protocols if they're required and
291 * It's not possible for the peer to reject a required ccp protocol
294 * If ccp is required but not open, the NCP layer should not push
304 (*algorithm[f]->Required)(&ccp->fsm))
507 (*algorithm[f]->Required)(&ccp->fsm) &&
509 /* Blow it all away - we haven't negotiated a required algorithm */
510 log_Printf(LogWARN, "%s: Failed to negotiate (required) %s\n",
640 if (algorithm[f]->Required(fp)) {
641 log_Printf(LogWARN, "%s: Cannot understand peers (required)"
652 if (algorithm[f]->Required(fp)) {
653 log_Printf(LogWARN, "%s: Peer rejected (required) %s negotiation\n",
726 " required CCP layer\n", l->name);