Searched refs:MPPE_MUST_NEGO (Results 1 – 2 of 2) sorted by relevance
468 if (MPPE_IS_REQUIRED(_this) && !MPPE_MUST_NEGO(_this)) { in ppp_lcp_up()610 if (MPPE_MUST_NEGO(_this)) { in ppp_auth_ok()921 if (MPPE_MUST_NEGO(_this)) {1085 (!MPPE_MUST_NEGO(_this) || _this->ccp.fsm.state == OPENED ||
642 #define MPPE_MUST_NEGO(ppp) \ macro