Home
last modified time | relevance | path

Searched refs:auth_required (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Dauth.c249 bool auth_required = 0; /* Always require authentication from peer */ variable
322 { "auth", o_bool, &auth_required,
324 { "noauth", o_bool, &auth_required,
329 OPT_PRIOSUB | 1, &auth_required },
332 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
333 { "require-chap", o_bool, &auth_required,
337 { "+chap", o_bool, &auth_required,
342 { "require-mschap", o_bool, &auth_required,
346 { "+mschap", o_bool, &auth_required,
350 { "require-mschap-v2", o_bool, &auth_required,
[all …]
Dtls.c111 if (auth_required && !ok) { in tls_verify_callback()
Dpppd-private.h176 extern bool auth_required; /* Peer is required to authenticate */