Searched refs:hisauth (Results 1 – 2 of 2) sorted by relevance
112 struct sauth hisauth; /* auth params, i'm authenticator */ member166 struct sauth hisauth; /* auth params, i'm authenticator */ member
2162 if (sp->hisauth.proto != 0) in sppp_lcp_up()2774 authproto = sp->hisauth.proto; in sppp_lcp_scr()4522 if (sp->hisauth.proto == PPP_PAP && in sppp_pap_open()5091 spr->defs.hisauth = sp->hisauth; in sppp_params()5144 (spr->defs.hisauth.proto != 0 && spr->defs.hisauth.proto != PPP_PAP && in sppp_params()5161 if (spr->defs.hisauth.proto == 0) in sppp_params()5163 bzero(&sp->hisauth, sizeof sp->hisauth); in sppp_params()5166 sp->hisauth.proto = spr->defs.hisauth.proto; in sppp_params()5167 sp->hisauth.flags = spr->defs.hisauth.flags; in sppp_params()5168 bcopy(spr->defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN); in sppp_params()[all …]