Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dradius.c279 av_type = PW_PPP; in radius_pap_auth()
387 av_type = PW_PPP; in radius_chap_verify()
580 if (vp->lvalue != PW_PPP) { in radius_setparams()
881 av_type = PW_PPP; in radius_acct_start()
965 av_type = PW_PPP; in radius_acct_stop()
1105 av_type = PW_PPP; in radius_acct_interim()
Dradiusclient.h200 #define PW_PPP 1 macro
/external/ppp/pppd/
Dauth.c100 #ifndef PW_PPP
101 #define PW_PPP PW_LOGIN macro