Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c174 tcp_min_to_hz(uint32_t minutes) in tcp_min_to_hz() argument
176 if (minutes > 65536) { in tcp_min_to_hz()
180 return minutes * 60 * TCP_RETRANSHZ; in tcp_min_to_hz()