Home
last modified time | relevance | path

Searched refs:explicit_remote (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/
Dauth.c237 bool explicit_remote = 0; /* User specified explicit remote name */ variable
378 &explicit_remote, MAXNAMELEN },
1272 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options()
1276 can_auth = have_srp_secret((explicit_remote? remote_name: NULL), in auth_check_options()
1286 } else if (explicit_remote) in auth_check_options()
1328 (hadchap = have_chap_secret(user, (explicit_remote? remote_name:
1333 (explicit_remote? remote_name: NULL), 0, NULL))) ||
1334 have_srp_secret(user, (explicit_remote? remote_name: NULL), 0, NULL));
1340 if (!(hadchap = have_chap_secret((explicit_remote? remote_name: NULL),
1346 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
[all …]
Dchap-new.c336 if (explicit_remote) { in chap_handle_response()
459 if (explicit_remote || (remote_name[0] != 0 && rname[0] == 0)) in chap_respond()
Deap.c661 if (explicit_remote) {
1434 if (explicit_remote ||
1507 if (explicit_remote ||
1793 if (!explicit_remote && esp->es_server.ea_state == eapIdentify){
1860 if (explicit_remote ||
Dpppd.h304 extern bool explicit_remote;/* remote_name specified with remotename opt */
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h323 u_int explicit_remote : 1; /* remote_name specified with remotename opt */ member
Dauth.c179 bool explicit_remote = 0; /* User specified explicit remote name */
260 &explicit_remote, MAXNAMELEN },
Dchap.c465 if (ppp_settings.remote_name[0] != 0 && (ppp_settings.explicit_remote || rhostname[0] == 0)) { in ChapReceiveChallenge()