Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/npppd/
Dppp.c130 PPP_ASSERT(strlen(_this->phy_label) > 0); in ppp_init()
245 _this->phy_label, label); in ppp_start()
400 _this->phy_label, label, in ppp_stop0()
678 _this->phy_label, label, in ppp_ipcp_opened()
1212 conf = npppd_get_tunnconf(_this->pppd, _this->phy_label);
Dppp.h461 char phy_label[16]; /** Label for physical layer */ member
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/
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/
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/
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()