Searched refs:MIN_MRU (Results 1 – 3 of 3) sorted by relevance
48 #define MIN_MRU 296 macro
704 } else if (mru < MIN_MRU) { in LcpDecodeConfig()706 lcp->his_mrru = MIN_MRU; in LcpDecodeConfig()729 else if (mru < MIN_MRU) in LcpDecodeConfig()730 lcp->want_mrru = MIN_MRU; in LcpDecodeConfig()788 else if (mru < MIN_MRU) in LcpDecodeConfig()789 lcp->want_mru = MIN_MRU; in LcpDecodeConfig()
1872 if (long_val && long_val < MIN_MRU) { in SetVariable()1873 log_Printf(LogWARN, "MRRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()1927 else if (long_val < MIN_MRU) { in SetVariable()1928 log_Printf(LogWARN, "MRU %ld: too small - min %d\n", long_val, MIN_MRU); in SetVariable()