Searched refs:tcplp_sys_stop_timer (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_timer.c | 485 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/ |
D | tcp6.hpp | 68 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag); 361 friend void ::tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag);
|
D | tcp6.cpp | 982 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag) in tcplp_sys_stop_timer() function
|
/openthread-latest/third_party/tcplp/ |
D | tcplp.h | 76 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag);
|