HomeSort by: relevance | last modified time | path
    Searched refs:hisauth (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/pppoectl/
pppoectl.c 208 spr.hisauth = SPPP_AUTHPROTO_NOCHG;
390 spr.hisauth = SPPP_AUTHPROTO_PAP;
392 spr.myauth = spr.hisauth = SPPP_AUTHPROTO_CHAP;
394 spr.myauth = spr.hisauth = SPPP_AUTHPROTO_NONE;
420 spr.hisauth = SPPP_AUTHPROTO_PAP;
422 spr.hisauth = SPPP_AUTHPROTO_CHAP;
424 spr.hisauth = SPPP_AUTHPROTO_NONE;
558 if (sp->hisauth) {
560 proto_name(sp->hisauth),
  /src/sys/net/
if_spppsubr.c 1096 memset(&sp->hisauth, 0, sizeof sp->hisauth);
1145 if (sp->hisauth.name) free(sp->hisauth.name, M_DEVBUF);
1146 if (sp->hisauth.secret) free(sp->hisauth.secret, M_DEVBUF);
2526 if (sp->hisauth.proto != PPP_NOPROTO)
2977 (sp->hisauth.flags & SPPP_AUTHFLAG_NOCALLOUT) != 0) {
3290 authproto = sp->hisauth.proto;
4752 if (sp->hisauth.name == NULL || sp->hisauth.secret == NULL)
    [all...]
if_sppp.h 52 u_int hisauth; /* one of SPPP_AUTHPROTO_* above */ member in struct:spppauthcfg
if_spppvar.h 175 struct sauth hisauth; /* auth params, i'm authenticator */ member in struct:sppp
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 240 p->hisauth = s32p->hisauth;
800 s32p->hisauth = p->hisauth;
netbsd32_ioctl.h 478 u_int hisauth; /* one of SPPP_AUTHPROTO_* above */ member in struct:netbsd32_spppauthcfg

Completed in 20 milliseconds