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

  /system/core/adb/
adbd_auth.cpp 47 bool auth_required = true; variable
  /external/syslinux/core/lwip/src/netif/ppp/
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...]

Completed in 295 milliseconds