Home
last modified time | relevance | path

Searched refs:TCP_ESTABLISHED (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dtcp_states.h2 #if !(defined(TCP_ESTABLISHED) || (defined(HAVE_DECL_TCP_ESTABLISHED) && HAVE_DECL_TCP_ESTABLISHED))
3 # define TCP_ESTABLISHED 1 macro
47 XLAT(TCP_ESTABLISHED),
Dtcp_state_flags.h12 #if defined(TCP_ESTABLISHED) || (defined(HAVE_DECL_TCP_ESTABLISHED) && HAVE_DECL_TCP_ESTABLISHED)
13 XLAT_PAIR(1ULL<<TCP_ESTABLISHED, "1<<TCP_ESTABLISHED"),
Dtcp_states.in1 TCP_ESTABLISHED 1
Dtcp_state_flags.in2 1<<TCP_ESTABLISHED
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc282 if (m_state == TCP_ESTABLISHED) { in NotifyMTU()
316 uint32_t rto_limit = (m_state < TCP_ESTABLISHED) ? DEF_RTO : MAX_RTO; in NotifyClock()
345 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()
351 …if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDL… in NotifyClock()
421 if (m_state != TCP_ESTABLISHED) { in Recv()
455 if (m_state != TCP_ESTABLISHED) { in Send()
611 && ((m_state != TCP_ESTABLISHED) in clock_check()
636 if (m_state == TCP_ESTABLISHED) { in clock_check()
690 m_state = TCP_ESTABLISHED; in process()
822 m_state = TCP_ESTABLISHED; in process()
[all …]
Dpseudotcp.h62 TCP_LISTEN, TCP_SYN_SENT, TCP_SYN_RECEIVED, TCP_ESTABLISHED, TCP_CLOSED enumerator
/external/strace/tests-m32/
Dnlattr_unix_diag_msg.c53 .udiag_state = TCP_ESTABLISHED in init_unix_diag_msg()
Dnetlink_sock_diag.c343 .udiag_states = 1 << TCP_ESTABLISHED | 1 << TCP_LISTEN, in test_unix_diag_req()
/external/strace/tests/
Dnlattr_unix_diag_msg.c53 .udiag_state = TCP_ESTABLISHED in init_unix_diag_msg()
Dnetlink_sock_diag.c343 .udiag_states = 1 << TCP_ESTABLISHED | 1 << TCP_LISTEN, in test_unix_diag_req()
/external/strace/tests-mx32/
Dnlattr_unix_diag_msg.c53 .udiag_state = TCP_ESTABLISHED in init_unix_diag_msg()
Dnetlink_sock_diag.c343 .udiag_states = 1 << TCP_ESTABLISHED | 1 << TCP_LISTEN, in test_unix_diag_req()
/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h159 #define TCP_ESTABLISHED ( TCP_STATE_SENT ( TCP_SYN | TCP_ACK ) | \ macro
/external/iproute2/include/netinet/
Dtcp.h127 TCP_ESTABLISHED = 1, enumerator
/external/syslinux/gpxe/src/net/
Dtcp.c113 case TCP_ESTABLISHED: return "ESTABLISHED"; in tcp_state()
529 ( tcp->tcp_state == TCP_ESTABLISHED ) || in tcp_expired()