Home
last modified time | relevance | path

Searched refs:MAX_MRU (Results 1 – 9 of 9) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dtun.h35 u_char data[MAX_MRU];
H A Dasync.h30 #define HDLCSIZE (MAX_MRU*2+6)
H A Dhdlc.h48 #define MAX_MRU 2048 macro
H A Dphysical.h90 u_char buf[MAX_MRU]; /* Our input data buffer */
H A Dlcp.c257 lcp->cfg.max_mru = MAX_MRU; in lcp_Init()
693 if (mru > MAX_MRU) { in LcpDecodeConfig()
695 lcp->his_mrru = MAX_MRU; in LcpDecodeConfig()
723 if (mru > MAX_MRU) in LcpDecodeConfig()
724 lcp->want_mrru = MAX_MRU; in LcpDecodeConfig()
H A Dpred.c228 wp = m_get(MAX_MRU + 2, MB_CCPIN); in Pred1Input()
H A Dcommand.c1844 } else if (long_val > MAX_MRU) { in SetVariable()
1845 log_Printf(LogWARN, "MRRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
1879 if (long_val > MAX_MRU) { in SetVariable()
1881 MAX_MRU); in SetVariable()
1899 } else if (long_val > MAX_MRU) { in SetVariable()
1900 log_Printf(LogWARN, "MRU %ld: too big - max %d\n", long_val, MAX_MRU); in SetVariable()
H A Dnat_cmd.c509 if (bp->m_len > MAX_MRU) { in nat_LayerPull()
H A Dtty.c249 cfg.smru = MAX_MRU; in tty_SetAsyncParams()