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

/freebsd-11-stable/sbin/spppcontrol/
H A Dspppcontrol.c133 AUTHNAMELEN);
150 AUTHNAMELEN);
218 AUTHNAMELEN, sp->defs.myauth.name);
223 AUTHNAMELEN, sp->defs.hisauth.name,
/freebsd-11-stable/sys/net/
H A Dif_sppp.h60 #define AUTHNAMELEN 64 macro
69 u_char name[AUTHNAMELEN]; /* system identification name */
H A Dif_spppsubr.c4041 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4116 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
4123 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
4355 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4427 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) ||
4659 idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN);
5159 bcopy(spr->defs.myauth.name, sp->myauth.name, AUTHNAMELEN);
5171 bcopy(spr->defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN);

Completed in 78 milliseconds