Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dhdlc.h46 #define DEF_MRU 1500 macro
H A Dlcp.h104 char ident[DEF_MRU - 7]; /* SendIdentification() data */
H A Dlcp.c292 lcp->his_mru = DEF_MRU; in lcp_Setup()
304 lcp->want_mru = DEF_MRU; in lcp_Setup()
503 u_char msg[DEF_MRU - 3]; in lcp_SendIdentification()
1278 mru = DEF_MRU; in LcpDecodeConfig()
1284 if (mru < DEF_MRU) { in LcpDecodeConfig()
H A Dbundle.c1914 bundle->iface->mtu = DEF_MRU; in bundle_CalculateBandwidth()