Home | History | Annotate | Download | only in ppp

Lines Matching refs:ho

1229   lcp_options *ho = &lcp_hisoptions[f->unit];
1250 BZERO(ho, sizeof(*ho));
1302 ho->neg_mru = 1; /* Remember he sent MRU */
1303 ho->mru = cishort; /* And remember value */
1335 ho->neg_asyncmap = 1;
1336 ho->asyncmap = cilong;
1370 if (ho->neg_chap) { /* we've already accepted CHAP */
1388 ho->neg_upap = 1;
1396 if (ho->neg_upap) { /* we've already accepted PAP */
1431 ho->chap_mdtype = cichar; /* save md type */
1432 ho->neg_chap = 1;
1507 ho->neg_magicnumber = 1;
1508 ho->magicnumber = cilong;
1522 ho->neg_pcompression = 1;
1535 ho->neg_accompression = 1;
1643 lcp_options *ho = &lcp_hisoptions[f->unit];
1650 if (!ho->neg_magicnumber) {
1651 ho->magicnumber = 0;
1660 ppp_send_config(f->unit, LWIP_MIN(ao->mru, (ho->neg_mru? ho->mru: PPP_MRU)),
1661 (ho->neg_asyncmap? ho->asyncmap: 0xffffffffl),
1662 ho->neg_pcompression, ho->neg_accompression);
1672 if (ho->neg_mru) {
1673 peer_mru[f->unit] = ho->mru;