Searched refs:MIN_MRU (Results 1 – 3 of 3) sorted by relevance
50 #define MIN_MRU 296 macro
706 } else if (mru < MIN_MRU) { in LcpDecodeConfig()708 lcp->his_mrru = MIN_MRU; in LcpDecodeConfig()731 else if (mru < MIN_MRU) in LcpDecodeConfig()732 lcp->want_mrru = MIN_MRU; in LcpDecodeConfig()790 else if (mru < MIN_MRU) in LcpDecodeConfig()791 lcp->want_mru = MIN_MRU; in LcpDecodeConfig()
1870 if (long_val && long_val < MIN_MRU) { in SetVariable()1871 log_Printf(LogWARN, "MRRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()1925 else if (long_val < MIN_MRU) { in SetVariable()1926 log_Printf(LogWARN, "MRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()