Searched refs:sppp_strnlen (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/net/ |
| D | if_spppsubr.c | 369 static int sppp_strnlen(u_char *p, int max); 4033 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN)); in sppp_chap_input() 4041 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_input() 4116 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) in sppp_chap_input() 4123 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)); in sppp_chap_input() 4151 sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN)); in sppp_chap_input() 4351 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_scr() 4423 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) || in sppp_pap_input() 4424 passwd_len != sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN) || in sppp_pap_input() 4654 pwdlen = sppp_strnlen(sp->myauth.secret, AUTHKEYLEN); in sppp_pap_scr() [all …]
|