Searched refs:upap_authwithpeer (Results 1 – 9 of 9) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | pap.h | 111 void upap_authwithpeer (int, char *, char *);
|
| A D | pap.c | 160 upap_authwithpeer(int unit, char *user, char *password) in upap_authwithpeer() function
|
| A D | auth.c | 510 upap_authwithpeer(unit, ppp_settings.user, ppp_settings.passwd); in link_established()
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | upap.h | 115 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password);
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | upap.h | 119 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password);
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | upap.c | 155 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) { in upap_authwithpeer() function
|
| A D | auth.c | 843 upap_authwithpeer(pcb, pcb->settings.user, pcb->settings.passwd); in link_established()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | upap.c | 155 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) { in upap_authwithpeer() function
|
| A D | auth.c | 843 upap_authwithpeer(pcb, pcb->settings.user, pcb->settings.passwd); in link_established()
|
Completed in 14 milliseconds