Home
last modified time | relevance | path

Searched refs:refuse_pap (Results 1 – 11 of 11) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dauth.c174 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */
239 { "refuse-pap", o_bool, &refuse_pap,
241 { "-pap", o_bool, &refuse_pap,
836 …ao->neg_upap = !ppp_settings.refuse_pap && (ppp_settings.passwd[0] != 0 || get_pap_passwd(unit, NU… in auth_reset()
A Dppp_impl.h288 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */ member
A Dppp.c467 ppp_settings.refuse_pap = 1; in pppSetAuth()
470 ppp_settings.refuse_pap = 0; in pppSetAuth()
495 ppp_settings.refuse_pap = 0; in pppSetAuth()
500 ppp_settings.refuse_pap = 0; in pppSetAuth()
505 ppp_settings.refuse_pap = 1; in pppSetAuth()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp.h211 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp.h207 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dauth.c216 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */
315 { "refuse-pap", o_bool, &refuse_pap,
317 { "-pap", o_bool, &refuse_pap,
1519 ao->neg_upap = !refuse_pap && (passwd[0] != 0 || get_pap_passwd(NULL));
A Dppp.c220 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
A Dlcp.c662 if (pcb->settings.refuse_pap) { in lcp_resetci()
690 if (!pcb->settings.refuse_pap) { in lcp_resetci()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dauth.c216 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */
315 { "refuse-pap", o_bool, &refuse_pap,
317 { "-pap", o_bool, &refuse_pap,
1519 ao->neg_upap = !refuse_pap && (passwd[0] != 0 || get_pap_passwd(NULL));
A Dppp.c225 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
A Dlcp.c662 if (pcb->settings.refuse_pap) { in lcp_resetci()
690 if (!pcb->settings.refuse_pap) { in lcp_resetci()

Completed in 48 milliseconds