Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_subr.c3527 #define TIMEVAL_TO_TCPHZ(_tv_) ((uint32_t)((_tv_).tv_sec * TCP_RETRANSHZ + \ macro
3571 incr = TIMEVAL_TO_TCPHZ(now); in calculate_tcp_clock()