Home
last modified time | relevance | path

Searched refs:mppe_started (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/npppd/npppd/
Dppp.h512 uint8_t mppe_started; member
653 ((ppp)->mppe_started != 0 && (ppp)->mppe.send.keybits > 0)
655 ((ppp)->mppe_started != 0 && (ppp)->mppe.recv.keybits > 0)
Dccp.c230 if (f->ppp->mppe_started == 0) in ccp_resetci()
310 if (ppp->mppe_started != 0) { in ccp_nackackci()
Dppp.c383 if (_this->mppe_started) { in ppp_stop0()
702 if (_this->mppe_started == 0) { in ppp_ccp_opened()
Dmppe.c200 _this->ppp->mppe_started = 1; in mppe_start()