authproto 2010 net/if_spppsubr.c u_short authproto;
authproto 2055 net/if_spppsubr.c authproto = (p[2] << 8) + p[3];
authproto 2056 net/if_spppsubr.c if (authproto == PPP_CHAP && p[1] != 5) {
authproto 2156 net/if_spppsubr.c authproto = (p[2] << 8) + p[3];
authproto 2157 net/if_spppsubr.c if (sp->myauth.proto != authproto) {
authproto 2162 net/if_spppsubr.c sppp_proto_name(authproto));
authproto 2167 net/if_spppsubr.c if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
authproto 2455 net/if_spppsubr.c u_short authproto;
authproto 2480 net/if_spppsubr.c authproto = sp->hisauth.proto;
authproto 2482 net/if_spppsubr.c opt[i++] = authproto == PPP_CHAP? 5: 4;
authproto 2483 net/if_spppsubr.c opt[i++] = authproto >> 8;
authproto 2484 net/if_spppsubr.c opt[i++] = authproto;
authproto 2485 net/if_spppsubr.c if (authproto == PPP_CHAP)