PPP_CHAP          410 net/if_spppsubr.c 	PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
PPP_CHAP          531 net/if_spppsubr.c 		case PPP_CHAP:
PPP_CHAP         2056 net/if_spppsubr.c 			if (authproto == PPP_CHAP && p[1] != 5) {
PPP_CHAP         2167 net/if_spppsubr.c 			if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
PPP_CHAP         2482 net/if_spppsubr.c 		opt[i++] = authproto == PPP_CHAP? 5: 4;
PPP_CHAP         2485 net/if_spppsubr.c 		if (authproto == PPP_CHAP)
PPP_CHAP         3098 net/if_spppsubr.c 				    sppp_auth_type_name(PPP_CHAP, h->type),
PPP_CHAP         3111 net/if_spppsubr.c 			    sppp_auth_type_name(PPP_CHAP, h->type), h->ident,
PPP_CHAP         3148 net/if_spppsubr.c 		if (sp->myauth.proto == PPP_CHAP &&
PPP_CHAP         3190 net/if_spppsubr.c 				    sppp_auth_type_name(PPP_CHAP, h->type),
PPP_CHAP         3222 net/if_spppsubr.c 			    sppp_auth_type_name(PPP_CHAP, h->type),
PPP_CHAP         3301 net/if_spppsubr.c 	if (sp->myauth.proto == PPP_CHAP &&
PPP_CHAP         4174 net/if_spppsubr.c 		     spr.defs.myauth.proto != PPP_CHAP) ||
PPP_CHAP         4176 net/if_spppsubr.c 		     spr.defs.hisauth.proto != PPP_CHAP))
PPP_CHAP         4262 net/if_spppsubr.c 	case PPP_CHAP:
PPP_CHAP         4349 net/if_spppsubr.c 	case PPP_CHAP:	return "chap";