defs 188 net/if_sppp.h struct sppp defs; defs 4136 net/if_spppsubr.c bcopy(sp, &spr.defs, sizeof(struct sppp)); defs 4137 net/if_spppsubr.c bzero(spr.defs.myauth.secret, AUTHKEYLEN); defs 4138 net/if_spppsubr.c bzero(spr.defs.myauth.challenge, AUTHKEYLEN); defs 4139 net/if_spppsubr.c bzero(spr.defs.hisauth.secret, AUTHKEYLEN); defs 4140 net/if_spppsubr.c bzero(spr.defs.hisauth.challenge, AUTHKEYLEN); defs 4173 net/if_spppsubr.c if ((spr.defs.myauth.proto != 0 && spr.defs.myauth.proto != PPP_PAP && defs 4174 net/if_spppsubr.c spr.defs.myauth.proto != PPP_CHAP) || defs 4175 net/if_spppsubr.c (spr.defs.hisauth.proto != 0 && spr.defs.hisauth.proto != PPP_PAP && defs 4176 net/if_spppsubr.c spr.defs.hisauth.proto != PPP_CHAP)) defs 4179 net/if_spppsubr.c if (spr.defs.myauth.proto == 0) defs 4184 net/if_spppsubr.c sp->myauth.proto = spr.defs.myauth.proto; defs 4185 net/if_spppsubr.c bcopy(spr.defs.myauth.name, sp->myauth.name, AUTHNAMELEN); defs 4186 net/if_spppsubr.c if (spr.defs.myauth.secret[0] != '\0') defs 4187 net/if_spppsubr.c bcopy(spr.defs.myauth.secret, sp->myauth.secret, defs 4190 net/if_spppsubr.c if (spr.defs.hisauth.proto == 0) defs 4195 net/if_spppsubr.c sp->hisauth.proto = spr.defs.hisauth.proto; defs 4196 net/if_spppsubr.c sp->hisauth.flags = spr.defs.hisauth.flags; defs 4197 net/if_spppsubr.c bcopy(spr.defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN); defs 4198 net/if_spppsubr.c if (spr.defs.hisauth.secret[0] != '\0') defs 4199 net/if_spppsubr.c bcopy(spr.defs.hisauth.secret, sp->hisauth.secret,