Lines Matching refs:ho
1490 lcp_options *ho = &lcp_hisoptions[f->unit];
1506 BZERO(ho, sizeof(*ho));
1553 ho->neg_mru = 1; /* Remember he sent MRU */
1554 ho->mru = cishort; /* And remember value */
1576 ho->neg_asyncmap = 1;
1577 ho->asyncmap = cilong;
1605 if (ho->neg_chap || ho->neg_eap ||
1624 ho->neg_upap = 1;
1629 if (ho->neg_upap || ho->neg_eap ||
1659 ho->chap_mdtype = CHAP_MDTYPE_D(cichar); /* save md type */
1660 ho->neg_chap = 1;
1665 if (ho->neg_chap || ho->neg_upap || cilen != CILEN_SHORT) {
1683 ho->neg_eap = 1;
1752 ho->neg_magicnumber = 1;
1753 ho->magicnumber = cilong;
1763 ho->neg_pcompression = 1;
1772 ho->neg_accompression = 1;
1784 ho->neg_mrru = 1;
1785 ho->mrru = cishort;
1794 ho->neg_ssnhf = 1;
1806 ho->neg_endpoint = 1;
1807 ho->endpoint.class = cichar;
1808 ho->endpoint.length = cilen;
1809 BCOPY(p, ho->endpoint.value, cilen);
1877 lcp_options *ho = &lcp_hisoptions[f->unit];
1884 if (!ho->neg_magicnumber)
1885 ho->magicnumber = 0;
1896 mtu = ho->neg_mru? ho->mru: PPP_MRU;
1899 if (!(multilink && go->neg_mrru && ho->neg_mrru))
1903 (ho->neg_asyncmap? ho->asyncmap: 0xffffffff),
1904 ho->neg_pcompression, ho->neg_accompression);
1909 if (ho->neg_mru)
1910 peer_mru[f->unit] = ho->mru;