Home
last modified time | relevance | path

Searched refs:npppd_ppp_is_realm_local (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.h288 int npppd_ppp_is_realm_local (npppd *, npppd_ppp *);
H A Dpap.c255 if (npppd_ppp_is_realm_local(_this->ppp->pppd, _this->ppp)) { in pap_authenticate()
H A Dchap.c405 if (npppd_ppp_is_realm_local(_this->ppp->pppd, _this->ppp)) { in chap_authenticate()
H A Dnpppd.c2072 npppd_ppp_is_realm_local(npppd *_this, npppd_ppp *ppp) in npppd_ppp_is_realm_local() function