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

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dauth.c229 bool explicit_remote = 0; /* User specified explicit remote name */
381 &explicit_remote, MAXNAMELEN },
1457 can_auth = have_chap_secret((explicit_remote? remote_name: NULL),
1468 can_auth = have_srp_secret((explicit_remote? remote_name: NULL),
1478 } else if (explicit_remote)
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
[all...]
H A Dchap-new.c313 if (pcb->settings.explicit_remote) {
464 if (pcb->settings.explicit_remote || (pcb->settings.remote_name[0] != 0 && rname[0] == 0))
H A Deap.c658 if (pcb->settings.explicit_remote && pcb->remote_name) {
1431 if (pcb->settings.explicit_remote ||
1509 if (explicit_remote ||
1789 !pcb->explicit_remote &&
1859 if (explicit_remote ||
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h208 unsigned int explicit_remote :1; /* remote_name specified with remotename opt */ member in struct:ppp_settings_s

Completed in 79 milliseconds