Searched refs:explicit_remote (Results 1 – 4 of 4) sorted by relevance
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | auth.c | 229 bool explicit_remote = 0; /* User specified explicit remote name */ 381 &explicit_remote, MAXNAMELEN }, 1459 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options() 1470 can_auth = have_srp_secret((explicit_remote? remote_name: NULL), in auth_check_options() 1480 } else if (explicit_remote) in auth_check_options() 1524 (hadchap = have_chap_secret(user, (explicit_remote? remote_name: 1529 (explicit_remote? remote_name: NULL), 0, NULL))) || 1530 have_srp_secret(user, (explicit_remote? remote_name: NULL), 0, NULL)); 1536 if (!(hadchap = have_chap_secret((explicit_remote? remote_name: NULL), 1542 !have_chap_secret((explicit_remote? remote_name: NULL), our_name, [all …]
|
| A 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))
|
| A D | eap.c | 658 if (pcb->settings.explicit_remote && pcb->remote_name) { in eap_send_request() 1437 if (pcb->settings.explicit_remote || in eap_request() 1515 if (explicit_remote || in eap_request() 1801 !pcb->explicit_remote && in eap_response() 1871 if (explicit_remote || in eap_response()
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | ppp.h | 208 unsigned int explicit_remote :1; /* remote_name specified with remotename opt */ member
|
Completed in 120 milliseconds