Home
last modified time | relevance | path

Searched refs:his_mru (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dlcp.c169 lcp->his_mru, (u_long)lcp->his_accmap, in lcp_ReportStatus()
292 lcp->his_mru = DEF_MRU; in lcp_Setup()
761 lcp->his_mru = maxmtu; in LcpDecodeConfig()
764 ua_htons(&lcp->his_mru, nak.data); in LcpDecodeConfig()
768 lcp->his_mru = wantmtu; in LcpDecodeConfig()
771 ua_htons(&lcp->his_mru, nak.data); in LcpDecodeConfig()
774 lcp->his_mru = mru; in LcpDecodeConfig()
796 if (lcp->his_mru > lcp->want_mru) in LcpDecodeConfig()
797 lcp->his_mru = lcp->want_mru; in LcpDecodeConfig()
1286 lcp->his_mru = lcp->cfg.mtu && lcp->cfg.mtu < mru ? lcp->cfg.mtu : mru; in LcpDecodeConfig()
[all …]
H A Dlcp.h51 u_int16_t his_mru; /* Peers maximum packet size */ member
H A Dmp.c732 if (dl->physical->link.lcp.his_mru < mp->peer_mrru) { in mp_FillPhysicalQueues()
772 if (len <= dl->physical->link.lcp.his_mru) { in mp_FillPhysicalQueues()
778 mo = m_get(dl->physical->link.lcp.his_mru, MB_MPOUT); in mp_FillPhysicalQueues()
H A Dbundle.c1899 bundle->iface->mtu = dl->physical->link.lcp.his_mru; in bundle_CalculateBandwidth()