Searched refs:explicit_remote (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 238 bool explicit_remote = 0; /* User specified explicit remote name */ variable 377 &explicit_remote, MAXNAMELEN }, 1239 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options() 1243 can_auth = have_srp_secret((explicit_remote? remote_name: NULL), in auth_check_options() 1253 } else if (explicit_remote) in auth_check_options() 1295 (hadchap = have_chap_secret(user, (explicit_remote? remote_name: 1300 (explicit_remote? remote_name: NULL), 0, NULL))) || 1301 have_srp_secret(user, (explicit_remote? remote_name: NULL), 0, NULL)); 1307 if (!(hadchap = have_chap_secret((explicit_remote? remote_name: NULL), 1313 !have_chap_secret((explicit_remote? remote_name: NULL), our_name, [all …]
|
D | chap-new.c | 341 if (explicit_remote) { in chap_handle_response() 444 if (explicit_remote || (remote_name[0] != 0 && rname[0] == 0)) in chap_respond()
|
D | eap.c | 661 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 ||
|
D | pppd.h | 298 extern bool explicit_remote;/* remote_name specified with remotename opt */
|