Searched refs:explicit_remote (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 229 bool explicit_remote = 0; /* User specified explicit remote name */ 381 &explicit_remote, MAXNAMELEN }, 1457 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options() 1468 can_auth = have_srp_secret((explicit_remote? remote_name: NULL), in auth_check_options() 1478 } else if (explicit_remote) in auth_check_options() 1522 (hadchap = have_chap_secret(user, (explicit_remote? remote_name: 1527 (explicit_remote? remote_name: NULL), 0, NULL))) || 1528 have_srp_secret(user, (explicit_remote? remote_name: NULL), 0, NULL)); 1534 if (!(hadchap = have_chap_secret((explicit_remote? remote_name: NULL), 1540 !have_chap_secret((explicit_remote? remote_name: NULL), our_name, [all …]
|
D | chap-new.c | 313 if (pcb->settings.explicit_remote) { 464 if (pcb->settings.explicit_remote || (pcb->settings.remote_name[0] != 0 && rname[0] == 0))
|
D | eap.c | 658 if (pcb->settings.explicit_remote && pcb->remote_name) { in eap_send_request() 1431 if (pcb->settings.explicit_remote || in eap_request() 1509 if (explicit_remote || in eap_request() 1789 !pcb->explicit_remote && in eap_response() 1859 if (explicit_remote || in eap_response()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp.h | 208 unsigned int explicit_remote :1; /* remote_name specified with remotename opt */ member
|