Searched refs:sppp_strnlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c372 static int sppp_strnlen(u_char *p, int max);
4058 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN));
4066 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4141 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
4148 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
4176 sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN));
4380 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4452 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) ||
4453 passwd_len != sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN) ||
4683 pwdlen = sppp_strnlen(s
5431 sppp_strnlen(u_char *p, int max) function
[all...]

Completed in 151 milliseconds