Lines Matching refs:auth_required
227 bool auth_required = 0; /* Always require authentication from peer */
277 { "auth", o_bool, &auth_required,
279 { "noauth", o_bool, &auth_required,
284 OPT_PRIOSUB | 1, &auth_required },
287 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
288 { "require-chap", o_bool, &auth_required,
292 { "+chap", o_bool, &auth_required,
297 { "require-mschap", o_bool, &auth_required,
301 { "+mschap", o_bool, &auth_required,
305 { "require-mschap-v2", o_bool, &auth_required,
309 { "+mschap-v2", o_bool, &auth_required,
351 &auth_required },
761 if (!auth_required && noauth_addrs != NULL) in link_established()
765 if (pcb->settings.auth_required && !(0 in link_established()
1388 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) { in auth_check_options()
1389 auth_required = 1; in auth_check_options()
1400 if (auth_required) { in auth_check_options()
1472 if (auth_required && !can_auth && noauth_addrs == NULL) { in auth_check_options()
2213 if (auth_required)