Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dauth.c862 check_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *ms… in check_passwd() argument
869 LWIP_UNUSED_ARG(passwdlen); in check_passwd()
883 BCOPY(apasswd, passwd, passwdlen); in check_passwd()
884 passwd[passwdlen] = '\0'; in check_passwd()