Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dupap.h107 void upap_authwithpeer __P((int, char *, char *));
Dupap.c149 upap_authwithpeer(unit, user, password) in upap_authwithpeer() function
Dauth.c793 upap_authwithpeer(unit, user, passwd);
/external/syslinux/core/lwip/src/netif/ppp/
Dpap.h111 void upap_authwithpeer (int, char *, char *);
Dpap.c160 upap_authwithpeer(int unit, char *user, char *password) in upap_authwithpeer() function
Dauth.c510 upap_authwithpeer(unit, ppp_settings.user, ppp_settings.passwd); in link_established()