Searched refs:have_chap_secret (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | auth.c | 123 static int have_chap_secret (char *, char *, u32_t); 479 ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_settings.user, ppp_settings.remote_name, (u32_t)0)*/; 485 if (!have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote)) 686 can_auth = have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote); 846 * have_chap_secret - check whether we have a CHAP file with a 851 static int have_chap_secret(char *client, char *server, u32_t remote) function
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | auth.c | 212 static int have_chap_secret (char *, char *, u32_t); 813 can_auth = have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote); 837 ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_settings.user, ppp_settings.remote_name, (u32_t)0)*/; 844 if (!have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote)) { 1051 * have_chap_secret - check whether we have a CHAP file with a 1057 have_chap_secret(char *client, char *server, u32_t remote) function
|
Completed in 1022 milliseconds