Home
last modified time | relevance | path

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

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