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

/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c369 static int sppp_strnlen(u_char *p, int max);
4033 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN));
4041 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4116 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
4123 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
4151 sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN));
4355 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4427 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) ||
4428 passwd_len != sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN) ||
4658 pwdlen = sppp_strnlen(s
5407 sppp_strnlen(u_char *p, int max) function
[all...]

Completed in 67 milliseconds