Home
last modified time | relevance | path

Searched refs:CONN_LOST_NORMAL (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_timer.c290 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_timer_2msl()
307 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_timer_2msl()
319 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_timer_2msl()
Dtcp_usrreq.c457 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_usrclosed()
527 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_usr_abort()
Dtcp_timewait.c368 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_twcheck()
Dtcp_input.c2482 tcplp_sys_connection_lost(tp, CONN_LOST_NORMAL); in tcp_do_segment()
/openthread-latest/third_party/tcplp/
Dtcplp.h54 #define CONN_LOST_NORMAL 0 macro
/openthread-latest/src/core/net/
Dtcp6.cpp1072 case CONN_LOST_NORMAL: in tcplp_sys_connection_lost()