Home | History | Annotate | Download | only in pppd

Lines Matching defs:ho

1487     lcp_options *ho = &lcp_hisoptions[f->unit];
1503 BZERO(ho, sizeof(*ho));
1550 ho->neg_mru = 1; /* Remember he sent MRU */
1551 ho->mru = cishort; /* And remember value */
1573 ho->neg_asyncmap = 1;
1574 ho->asyncmap = cilong;
1602 if (ho->neg_chap || ho->neg_eap ||
1621 ho->neg_upap = 1;
1626 if (ho->neg_upap || ho->neg_eap ||
1656 ho->chap_mdtype = CHAP_MDTYPE_D(cichar); /* save md type */
1657 ho->neg_chap = 1;
1662 if (ho->neg_chap || ho->neg_upap || cilen != CILEN_SHORT) {
1680 ho->neg_eap = 1;
1749 ho->neg_magicnumber = 1;
1750 ho->magicnumber = cilong;
1760 ho->neg_pcompression = 1;
1769 ho->neg_accompression = 1;
1781 ho->neg_mrru = 1;
1782 ho->mrru = cishort;
1791 ho->neg_ssnhf = 1;
1803 ho->neg_endpoint = 1;
1804 ho->endpoint.class = cichar;
1805 ho->endpoint.length = cilen;
1806 BCOPY(p, ho->endpoint.value, cilen);
1875 lcp_options *ho = &lcp_hisoptions[f->unit];
1882 if (!ho->neg_magicnumber)
1883 ho->magicnumber = 0;
1894 mtu = ho->neg_mru? ho->mru: PPP_MRU;
1897 if (!(multilink && go->neg_mrru && ho->neg_mrru))
1901 (ho->neg_asyncmap? ho->asyncmap: 0xffffffff),
1902 ho->neg_pcompression, ho->neg_accompression);
1907 if (ho->neg_mru)
1908 peer_mru[f->unit] = ho->mru;