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

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dauth.c1373 int can_auth; local
1444 can_auth = wo->neg_upap && (uselogin || have_pap_secret(&lacks_ip));
1446 can_auth = 0;
1448 if (!can_auth && (0
1457 can_auth = have_chap_secret((explicit_remote? remote_name: NULL),
1460 can_auth = 0;
1463 if (!can_auth
1468 can_auth = have_srp_secret((explicit_remote? remote_name: NULL),
1472 if (auth_required && !can_auth && noauth_addrs == NULL) {

Completed in 27 milliseconds