Searched refs:auth_required (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dauth.c240 bool auth_required = 0; /* Always require authentication from peer */ variable
287 { "auth", o_bool, &auth_required,
289 { "noauth", o_bool, &auth_required,
294 OPT_PRIOSUB | 1, &auth_required },
297 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
298 { "require-chap", o_bool, &auth_required,
302 { "+chap", o_bool, &auth_required,
307 { "require-mschap", o_bool, &auth_required,
311 { "+mschap", o_bool, &auth_required,
315 { "require-mschap-v2", o_bool, &auth_required,
[all...]
H A Dpppd.h286 extern bool auth_required; /* Peer is required to authenticate */
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dauth.c240 bool auth_required = 0; /* Always require authentication from peer */ variable
287 { "auth", o_bool, &auth_required,
289 { "noauth", o_bool, &auth_required,
294 OPT_PRIOSUB | 1, &auth_required },
297 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
298 { "require-chap", o_bool, &auth_required,
302 { "+chap", o_bool, &auth_required,
307 { "require-mschap", o_bool, &auth_required,
311 { "+mschap", o_bool, &auth_required,
315 { "require-mschap-v2", o_bool, &auth_required,
[all...]
H A Dpppd.h286 extern bool auth_required; /* Peer is required to authenticate */
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dauth.c158 bool auth_required = 0; /* Always require authentication from peer */ variable
204 { "auth", o_bool, &auth_required,
206 { "noauth", o_bool, &auth_required,
211 OPT_PRIOSUB | 1, &auth_required },
214 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
217 OPT_PRIOSUB | 1, &auth_required },
220 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
454 if (auth_required && !(go->neg_chap || go->neg_upap)) {
815 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
816 auth_required
[all...]
H A Dpppd.h250 extern bool auth_required; /* Peer is required to authenticate */
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dcgi.c471 void cgi_setup(const char *rootdir, int auth_required) argument
494 if (auth_required) {
532 if (auth_required && !authenticated) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dauth.c67 bool auth_required = 0; /* Always require authentication from peer */ variable
H A Dpppd.h248 extern bool auth_required; /* Peer is required to authenticate */

Completed in 180 milliseconds