Home | History | Annotate | Download | only in pppd

Lines Matching defs:go

587  * LCP has terminated the link; go to the Dead phase and take the
707 lcp_options *go = &lcp_gotoptions[unit];
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
746 if (go->neg_eap) {
749 } else if (go->neg_chap) {
750 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype));
752 } else if (go->neg_upap) {
785 lcp_options *go = &lcp_gotoptions[unit];
794 if (go->neg_chap || go->neg_upap || go->neg_eap) {
807 if (go->neg_cbcp) {
1287 lcp_options *go = &lcp_gotoptions[unit];
1304 if (go->neg_upap && !uselogin && !have_pap_secret(NULL))
1305 go->neg_upap = 0;
1306 if (go->neg_chap) {
1309 go->neg_chap = 0;
1311 if (go->neg_eap &&
1317 go->neg_eap = 0;