Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dpap.c396 int msglen; in upap_rauthreq() local
468 u_char msglen; in upap_rauthack() local
510 u_char msglen; in upap_rauthnak() local
584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
Dchap.c749 int outlen, msglen; in ChapSendStatus() local
Dauth.c862 …_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *msglen) in check_passwd()