Home
last modified time | relevance | path

Searched refs:phy_label (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dppp.c130 PPP_ASSERT(strlen(_this->phy_label) > 0); in ppp_init()
240 _this->phy_label, label); in ppp_start()
395 _this->phy_label, label, in ppp_stop0()
673 _this->phy_label, label, in ppp_ipcp_opened()
1207 conf = npppd_get_tunnconf(_this->pppd, _this->phy_label);
H A Dppp.h461 char phy_label[16]; /** Label for physical layer */ member
H A Dnpppd.c2026 if (strcmp(bind->tunnconf->name, ppp->phy_label) != 0) in npppd_ppp_bind_realm()
2153 if (strcmp(bind->tunnconf->name, ppp->phy_label) != 0) in npppd_ppp_bind_iface()
/openbsd-src/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c501 strlcpy(ppp->phy_label, PPPOE_SESSION_LISTENER_TUN_NAME(_this), in pppoe_session_bind_ppp()
502 sizeof(ppp->phy_label)); in pppoe_session_bind_ppp()
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_call.c751 strlcpy(ppp->phy_label, PPTP_CTRL_LISTENER_TUN_NAME(_this->ctrl), in pptp_call_bind_ppp()
752 sizeof(ppp->phy_label)); in pptp_call_bind_ppp()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c1016 strlcpy(ppp->phy_label, L2TP_CTRL_LISTENER_TUN_NAME(_this->ctrl), in l2tp_call_bind_ppp()
1017 sizeof(ppp->phy_label)); in l2tp_call_bind_ppp()