Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
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));
Dppp.c222 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
Dlcp.c662 if (pcb->settings.refuse_pap) { in lcp_resetci()
690 if (!pcb->settings.refuse_pap) { in lcp_resetci()
/third_party/lwip/src/include/netif/ppp/
Dppp.h211 unsigned int refuse_pap :1; /* Don't proceed auth. with PAP */ member