Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dupap.h119 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password);
/third_party/lwip/src/netif/ppp/
Dupap.c155 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) { in upap_authwithpeer() function
Dauth.c843 upap_authwithpeer(pcb, pcb->settings.user, pcb->settings.passwd); in link_established()