Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dpap.c160 upap_authwithpeer(int unit, char *user, char *password) in upap_authwithpeer() argument
165 unit, user, password, u->us_clientstate)); in upap_authwithpeer()
170 u->us_passwd = password; in upap_authwithpeer()
171 u->us_passwdlen = (int)strlen(password); in upap_authwithpeer()