Searched refs:upap_authwithpeer (Results 1 – 6 of 6) sorted by relevance
/external/ppp/pppd/ |
D | upap.h | 107 void upap_authwithpeer __P((int, char *, char *));
|
D | upap.c | 149 upap_authwithpeer(unit, user, password) in upap_authwithpeer() function
|
D | auth.c | 793 upap_authwithpeer(unit, user, passwd);
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | pap.h | 111 void upap_authwithpeer (int, char *, char *);
|
D | pap.c | 160 upap_authwithpeer(int unit, char *user, char *password) in upap_authwithpeer() function
|
D | auth.c | 510 upap_authwithpeer(unit, ppp_settings.user, ppp_settings.passwd); in link_established()
|