Searched refs:AUTHNAMELEN (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_sppp.h | 60 #define AUTHNAMELEN 64 macro 69 u_char name[AUTHNAMELEN]; /* system identification name */
|
| H A D | if_spppsubr.c | 4037 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_input() 4112 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) in sppp_chap_input() 4119 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)); in sppp_chap_input() 4346 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_scr() 4418 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) || in sppp_pap_input() 4649 idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN); in sppp_pap_scr() 5156 bcopy(spr->defs.myauth.name, sp->myauth.name, AUTHNAMELEN); in sppp_params() 5168 bcopy(spr->defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN); in sppp_params()
|