Home
last modified time | relevance | path

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

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