Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_timer.c485 tcplp_sys_stop_timer(tp, timer_type); in tcp_timer_activate()
492 tcplp_sys_stop_timer(tp, TT_DELACK); in tcp_cancel_timers()
494 tcplp_sys_stop_timer(tp, TT_REXMT); in tcp_cancel_timers()
496 tcplp_sys_stop_timer(tp, TT_PERSIST); in tcp_cancel_timers()
498 tcplp_sys_stop_timer(tp, TT_KEEP); in tcp_cancel_timers()
500 tcplp_sys_stop_timer(tp, TT_2MSL); in tcp_cancel_timers()
/openthread-latest/src/core/net/
Dtcp6.hpp68 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag);
361 friend void ::tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag);
Dtcp6.cpp982 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag) in tcplp_sys_stop_timer() function
/openthread-latest/third_party/tcplp/
Dtcplp.h76 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag);