Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_radius.c102 if (ppp->realm == NULL || !npppd_ppp_is_realm_radius(pppd, ppp)) in npppd_ppp_radius_acct_start()
113 if (ppp->realm == NULL || !npppd_ppp_is_realm_radius(pppd, ppp)) in npppd_ppp_radius_acct_stop()
H A Dnpppd.h289 int npppd_ppp_is_realm_radius (npppd *, npppd_ppp *);
H A Dpap.c249 if (npppd_ppp_is_realm_radius(_this->ppp->pppd, _this->ppp)) { in pap_authenticate()
H A Dchap.c398 if (npppd_ppp_is_realm_radius(_this->ppp->pppd, _this->ppp)) { in chap_authenticate()
H A Dnpppd.c2086 npppd_ppp_is_realm_radius(npppd *_this, npppd_ppp *ppp) in npppd_ppp_is_realm_radius() function
2255 if (!npppd_ppp_is_realm_radius(_this, ppp)) in npppd_get_radius_auth_setting()