Searched refs:refuse_pap (Results 1 – 11 of 11) sorted by relevance
/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
A D | auth.c | 174 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 D | ppp_impl.h | 288 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */ member
|
A D | ppp.c | 467 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 D | ppp.h | 211 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member
|
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
A D | ppp.h | 207 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | auth.c | 216 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 D | ppp.c | 220 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
|
A D | lcp.c | 662 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 D | auth.c | 216 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 D | ppp.c | 225 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
|
A D | lcp.c | 662 if (pcb->settings.refuse_pap) { in lcp_resetci() 690 if (!pcb->settings.refuse_pap) { in lcp_resetci()
|
Completed in 48 milliseconds