Home | History | Annotate | Download | only in ppp

Lines Matching refs:MAXNAMELEN

99 static char peer_authname[MAXNAMELEN];
180 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
253 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN },
255 "Set name for auth with peer", OPT_STATIC, NULL, MAXNAMELEN },
260 &explicit_remote, MAXNAMELEN },
305 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL