Home
last modified time | relevance | path

Searched refs:phy_close (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/npppd/npppd/
Dppp.c238 PPP_ASSERT(_this->phy_close != NULL); in ppp_start()
356 if (_this->phy_close != NULL) in ppp_stop0()
357 _this->phy_close(_this); in ppp_stop0()
358 _this->phy_close = NULL; in ppp_stop0()
Dppp.h471 npppd_voidfunc phy_close; /** close line */ member
/openbsd/src/usr.sbin/npppd/pppoe/
Dpppoe_session.c499 ppp->phy_close = pppoe_session_close_by_ppp; in pppoe_session_bind_ppp()
/openbsd/src/usr.sbin/npppd/pptp/
Dpptp_call.c749 ppp->phy_close = pptp_call_closed_by_ppp; in pptp_call_bind_ppp()
/openbsd/src/usr.sbin/npppd/l2tp/
Dl2tp_call.c1014 ppp->phy_close = l2tp_call_closed_by_ppp; in l2tp_call_bind_ppp()