Lines Matching defs:go
185 * LCP has terminated the link; go to the Dead phase and take the
235 lcp_options *go = &lcp_gotoptions[unit];
248 if (auth_required && !(go->neg_chap || go->neg_upap)) {
263 if (go->neg_chap) {
264 ChapAuthPeer(unit, our_name, go->chap_mdtype);
266 } else if (go->neg_upap) {
296 lcp_options *go = &lcp_gotoptions[unit];
301 if ((go->neg_chap || go->neg_upap) && !did_authup) {
310 if (go->neg_cbcp) {
589 lcp_options *go = &lcp_gotoptions[unit];
598 if (go->neg_upap && !uselogin && !have_pap_secret())
599 go->neg_upap = 0;
600 if (go->neg_chap) {
603 go->neg_chap = 0;