Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_seq.h71 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000) macro
Dtcp_input.c1170 TCP_TS_TO_TICKS(t) + 1); in tcp_do_segment()
2168 tcp_xmit_timer(tp, TCP_TS_TO_TICKS(t) + 1); in tcp_do_segment()