sppp_strnlen      371 net/if_spppsubr.c HIDE int sppp_strnlen(u_char *p, int max);
sppp_strnlen     3123 net/if_spppsubr.c 			  sppp_strnlen(sp->myauth.secret, AUTHKEYLEN));
sppp_strnlen     3131 net/if_spppsubr.c 			       (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
sppp_strnlen     3207 net/if_spppsubr.c 		if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
sppp_strnlen     3214 net/if_spppsubr.c 					  sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
sppp_strnlen     3242 net/if_spppsubr.c 			  sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN));
sppp_strnlen     3453 net/if_spppsubr.c 		       (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
sppp_strnlen     3762 net/if_spppsubr.c 	pwdlen = sppp_strnlen(sp->myauth.secret, AUTHKEYLEN);
sppp_strnlen     3763 net/if_spppsubr.c 	idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN);