Searched refs:have_pap_secret (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.c122 static int have_pap_secret (void);
481 if (go->neg_upap && !have_pap_secret())
683 can_auth = wo->neg_upap && have_pap_secret();
835 * have_pap_secret - check whether we have a PAP file with any
838 static int have_pap_secret(void) function
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c211 static int have_pap_secret (void);
810 can_auth = wo->neg_upap && have_pap_secret();
839 if (go->neg_upap && !have_pap_secret()) {
1040 * have_pap_secret - check whether we have a PAP file with any
1044 have_pap_secret(void) function

Completed in 731 milliseconds