Lines Matching refs:ho
128 lcp_options *ho = &lcp_hisoptions[0];
137 if (!go->neg_mrru || !ho->neg_mrru) {
142 /* XXX should check the peer_authname and ho->endpoint
147 if (!go->neg_mrru || !ho->neg_mrru) {
151 mtu = ho->neg_mru? ho->mru: PPP_MRU;
175 if (ho->neg_endpoint)
176 l += 3 * ho->endpoint.length + 8;
185 if (ho->neg_endpoint || bundle_name)
187 if (ho->neg_endpoint)
189 epdisc_to_str(&ho->endpoint));
204 mtu = MIN(ho->mrru, ao->mru);
206 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
252 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);