Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c236 bool auth_required = 0; /* Always require authentication from peer */ variable
282 { "auth", o_bool, &auth_required,
284 { "noauth", o_bool, &auth_required,
289 OPT_PRIOSUB | 1, &auth_required },
292 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
293 { "require-chap", o_bool, &auth_required,
297 { "+chap", o_bool, &auth_required,
302 { "require-mschap", o_bool, &auth_required,
306 { "+mschap", o_bool, &auth_required,
310 { "require-mschap-v2", o_bool, &auth_required,
[all …]
Dpppd.h293 extern bool auth_required; /* Peer is required to authenticate */