Home
last modified time | relevance | path

Searched defs:passwd (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dauth.c1020 get_pap_passwd(int unit, char *user, char *passwd) in get_pap_passwd()
Dppp_impl.h297 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */ member
Dppp.c461 pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) in pppSetAuth()