AUTHNAMELEN 85 net/if_sppp.h u_char name[AUTHNAMELEN]; /* system identification name */ AUTHNAMELEN 3131 net/if_spppsubr.c (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), AUTHNAMELEN 3207 net/if_spppsubr.c if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) AUTHNAMELEN 3214 net/if_spppsubr.c sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)); AUTHNAMELEN 3453 net/if_spppsubr.c (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), AUTHNAMELEN 3525 net/if_spppsubr.c if (name_len > AUTHNAMELEN || AUTHNAMELEN 3763 net/if_spppsubr.c idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN); AUTHNAMELEN 4185 net/if_spppsubr.c bcopy(spr.defs.myauth.name, sp->myauth.name, AUTHNAMELEN); AUTHNAMELEN 4197 net/if_spppsubr.c bcopy(spr.defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN);