Searched refs:explicit_remote (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 237 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 …]
|
D | chap-new.c | 336 if (explicit_remote) { in chap_handle_response() 459 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 | 304 extern bool explicit_remote;/* remote_name specified with remotename opt */
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.h | 323 u_int explicit_remote : 1; /* remote_name specified with remotename opt */ member
|
D | auth.c | 179 bool explicit_remote = 0; /* User specified explicit remote name */ 260 &explicit_remote, MAXNAMELEN },
|
D | chap.c | 465 if (ppp_settings.remote_name[0] != 0 && (ppp_settings.explicit_remote || rhostname[0] == 0)) { in ChapReceiveChallenge()
|