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

  /bootable/recovery/minadbd/
minadbd.cpp 34 auth_required = false;
  /system/core/adb/
adb_auth.h 46 extern bool auth_required;
adbd_auth.cpp 47 bool auth_required = true; variable
adb.cpp 331 if (!auth_required) {
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 177 bool auth_required = 0; /* Always require authentication from peer */
236 "Require PAP authentication from peer", 1, &auth_required },
238 "Require PAP authentication from peer", 1, &auth_required },
244 "Require CHAP authentication from peer", 1, &auth_required },
246 "Require CHAP authentication from peer", 1, &auth_required },
261 { "auth", o_bool, &auth_required,
263 { "noauth", o_bool, &auth_required,
463 if (ppp_settings.auth_required && !(go->neg_chap || go->neg_upap)) {
801 if (ppp_settings.auth_required && !wo->neg_chap && !wo->neg_upap) {
816 if (ppp_settings.auth_required && !can_auth)
    [all...]
ppp.h 322 u_int auth_required : 1; /* Peer is required to authenticate */ member in struct:ppp_settings
  /external/ppp/pppd/
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...]
pppd.h 298 extern bool auth_required; /* Peer is required to authenticate */
    [all...]
  /system/core/adb/daemon/
main.cpp 187 auth_required = false;

Completed in 451 milliseconds