Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
Ddnsextd.c80 #define LLQ_MIN_LEASE (15 * 60) macro
2104 if (lease < LLQ_MIN_LEASE) lease = LLQ_MIN_LEASE; in NewLLQ()
2132 if (llq->llqlease < LLQ_MIN_LEASE) llq->llqlease = LLQ_MIN_LEASE; in LLQRefresh()
2133 else if (llq->llqlease > LLQ_MAX_LEASE) llq->llqlease = LLQ_MIN_LEASE; in LLQRefresh()