Home
last modified time | relevance | path

Searched refs:PW_PPP (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dradius.c281 av_type = PW_PPP; in radius_pap_auth()
389 av_type = PW_PPP; in radius_chap_verify()
583 if (vp->lvalue != PW_PPP) { in radius_setparams()
918 av_type = PW_PPP; in radius_acct_start()
1005 av_type = PW_PPP; in radius_acct_stop()
1149 av_type = PW_PPP; in radius_acct_interim()
Dradiusclient.h204 #define PW_PPP 1 macro
/external/ppp/pppd/
Dauth.c97 #ifndef PW_PPP
98 #define PW_PPP PW_LOGIN macro