Home | History | Annotate | Download | only in pppd

Lines Matching refs:ho

1510     lcp_options *ho = &lcp_hisoptions[f->unit];
1526 BZERO(ho, sizeof(*ho));
1573 ho->neg_mru = 1; /* Remember he sent MRU */
1574 ho->mru = cishort; /* And remember value */
1596 ho->neg_asyncmap = 1;
1597 ho->asyncmap = cilong;
1625 if (ho->neg_chap || ho->neg_eap ||
1644 ho->neg_upap = 1;
1649 if (ho->neg_upap || ho->neg_eap ||
1679 ho->chap_mdtype = CHAP_MDTYPE_D(cichar); /* save md type */
1680 ho->neg_chap = 1;
1685 if (ho->neg_chap || ho->neg_upap || cilen != CILEN_SHORT) {
1703 ho->neg_eap = 1;
1772 ho->neg_magicnumber = 1;
1773 ho->magicnumber = cilong;
1783 ho->neg_pcompression = 1;
1792 ho->neg_accompression = 1;
1804 ho->neg_mrru = 1;
1805 ho->mrru = cishort;
1814 ho->neg_ssnhf = 1;
1826 ho->neg_endpoint = 1;
1827 ho->endpoint.class = cichar;
1828 ho->endpoint.length = cilen;
1829 BCOPY(p, ho->endpoint.value, cilen);
1898 lcp_options *ho = &lcp_hisoptions[f->unit];
1905 if (!ho->neg_magicnumber)
1906 ho->magicnumber = 0;
1917 mtu = ho->neg_mru? ho->mru: PPP_MRU;
1920 if (!(multilink && go->neg_mrru && ho->neg_mrru))
1924 (ho->neg_asyncmap? ho->asyncmap: 0xffffffff),
1925 ho->neg_pcompression, ho->neg_accompression);
1930 if (ho->neg_mru)
1931 peer_mru[f->unit] = ho->mru;