Searched refs:phy_label (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | ppp.c | 130 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 D | ppp.h | 461 char phy_label[16]; /** Label for physical layer */ member
|
| H A D | npppd.c | 2026 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 D | pppoe_session.c | 501 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 D | pptp_call.c | 751 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 D | l2tp_call.c | 1016 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()
|