Searched refs:sppp_strnlen (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | if_spppsubr.c | 399 HIDE int sppp_strnlen(u_char *p, int max); 3118 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN)); in sppp_chap_input() 3126 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_input() 3202 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) in sppp_chap_input() 3209 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)); in sppp_chap_input() 3237 sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN)); in sppp_chap_input() 3448 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_scr() 3757 pwdlen = sppp_strnlen(sp->myauth.secret, AUTHKEYLEN); in sppp_pap_scr() 3758 idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN); in sppp_pap_scr() 4323 sppp_strnlen(u_char *p, int max) in sppp_strnlen() function
|