Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timer.c119 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()
310 if (ticks - tp->t_rcvtime <= TP_MAXIDLE(tp)) { in tcp_timer_2msl()
Dtcp_timer.h176 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) macro
Dtcp_usrreq.c468 tcp_finwait2_timeout : TP_MAXIDLE(tp); in tcp_usrclosed()
Dtcp_input.c2280 TP_MAXIDLE(tp))); in tcp_do_segment()