Searched refs:auth_required (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 235 bool auth_required = 0; /* Always require authentication from peer */ variable 281 { "auth", o_bool, &auth_required, 283 { "noauth", o_bool, &auth_required, 288 OPT_PRIOSUB | 1, &auth_required }, 291 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required }, 292 { "require-chap", o_bool, &auth_required, 296 { "+chap", o_bool, &auth_required, 301 { "require-mschap", o_bool, &auth_required, 305 { "+mschap", o_bool, &auth_required, 309 { "require-mschap-v2", o_bool, &auth_required, [all …]
|
D | pppd.h | 298 extern bool auth_required; /* Peer is required to authenticate */
|
/external/curl/tests/data/ |
D | test1533 | 13 auth_required
|
D | test88 | 13 auth_required
|
D | test206 | 17 auth_required
|
D | test154 | 14 auth_required
|
D | test1412 | 14 auth_required
|
D | test155 | 13 auth_required
|
/external/curl/tests/ |
D | FILEFORMAT | 154 auth_required if this is set and a POST/PUT is made without auth, the
|