Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dppp.h207 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dppp.h207 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/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()

Completed in 15 milliseconds