Home
last modified time | relevance | path

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

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