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

/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c131 AUTHNAMELEN);
148 AUTHNAMELEN);
216 AUTHNAMELEN, sp->defs.myauth.name);
221 AUTHNAMELEN, sp->defs.hisauth.name,
/freebsd-10.0-release/sys/net/
H A Dif_sppp.h60 #define AUTHNAMELEN 64 macro
69 u_char name[AUTHNAMELEN]; /* system identification name */
H A Dif_spppsubr.c4066 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4141 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
4148 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
4380 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4452 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) ||
4684 idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN);
5183 bcopy(spr->defs.myauth.name, sp->myauth.name, AUTHNAMELEN);
5195 bcopy(spr->defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN);

Completed in 119 milliseconds