HomeSort by relevance Sort by last modified time
    Searched refs:auth_required (Results 1 - 3 of 3) 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...]
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel_api.cc 214 bool auth_required = false; local
216 auth_required = true;
243 connect_info->auth = auth_required ?

Completed in 51 milliseconds