Home
last modified time | relevance | path

Searched refs:phy_context (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c336 pppoe = (pppoe_session *)ppp->phy_context; in npppd_ppp_get_pipex_stat()
345 pptp = (pptp_call *)ppp->phy_context; in npppd_ppp_get_pipex_stat()
354 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_get_pipex_stat()
H A Dnpppd.c1058 NPPPD_ASSERT(ppp->phy_context != NULL); in npppd_ppp_pipex_enable()
1069 pppoe = (pppoe_session *)ppp->phy_context; in npppd_ppp_pipex_enable()
1093 call = (pptp_call *)ppp->phy_context; in npppd_ppp_pipex_enable()
1119 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_pipex_enable()
1209 pppoe = (pppoe_session *)ppp->phy_context; in npppd_ppp_pipex_disable()
1218 call = (pptp_call *)ppp->phy_context; in npppd_ppp_pipex_disable()
1227 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_pipex_disable()
H A Dnpppd_radius.c287 if (l2tp_put_tunnel_attributes(radpkt, ppp->phy_context) != 0) in radius_acct_request()
293 if (pptp_put_tunnel_attributes(radpkt, ppp->phy_context) != 0) in radius_acct_request()
H A Dppp.h460 void *phy_context; /** Context of physical layer */ member
/openbsd-src/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c445 _this = ppp->phy_context; in pppoe_session_ppp_output()
467 _this = ppp->phy_context; in pppoe_session_close_by_ppp()
497 ppp->phy_context = _this; in pppoe_session_bind_ppp()
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_call.c691 _this = ppp->phy_context; in pptp_call_ppp_output()
714 PPTP_CALL_ASSERT(ppp->phy_context != NULL); in pptp_call_closed_by_ppp()
716 _this = ppp->phy_context; in pptp_call_closed_by_ppp()
745 ppp->phy_context = _this; in pptp_call_bind_ppp()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c909 _this = ppp->phy_context; in l2tp_call_ppp_output()
934 L2TP_CALL_ASSERT(ppp->phy_context != NULL); in l2tp_call_closed_by_ppp()
936 _this = ppp->phy_context; in l2tp_call_closed_by_ppp()
1012 ppp->phy_context = _this; in l2tp_call_bind_ppp()