Searched refs:auth_required (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | auth.c | 249 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 …]
|
| D | tls.c | 111 if (auth_required && !ok) { in tls_verify_callback()
|
| D | pppd-private.h | 176 extern bool auth_required; /* Peer is required to authenticate */
|