Home
last modified time | relevance | path

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

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