Lines Matching refs:go
385 * LCP has terminated the link; go to the Dead phase and take the
449 lcp_options *go = &lcp_gotoptions[unit];
463 if (ppp_settings.auth_required && !(go->neg_chap || go->neg_upap)) {
479 if (go->neg_chap) {
480 ChapAuthPeer(unit, ppp_settings.our_name, go->chap_mdtype);
488 if (go->neg_upap) {
529 lcp_options *go = &lcp_gotoptions[unit];
534 if ((go->neg_chap || go->neg_upap) && !did_authup) {
543 if (go->neg_cbcp) {
830 lcp_options *go = &lcp_gotoptions[unit];
839 if (go->neg_upap && !have_pap_secret()) {
840 go->neg_upap = 0;
842 if (go->neg_chap) {
845 go->neg_chap = 0;