Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_timer.h165 int tcp_timer_rexmt(struct tcpcb *tp);
Dtcp_timer.c331 tcp_timer_rexmt(struct tcpcb *tp) in tcp_timer_rexmt() function
/openthread-latest/src/core/net/
Dtcp6.cpp430 dropped = tcp_timer_rexmt(tp); in FirePendingTimers()