HomeSort by relevance Sort by last modified time
    Searched refs:auth_required (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
auth.c 236 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...]
pppd.h 293 extern bool auth_required; /* Peer is required to authenticate */
    [all...]

Completed in 25 milliseconds