Searched refs:TCP_LISTEN (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | tcp_states.h | 69 #if defined(TCP_LISTEN) || (defined(HAVE_DECL_TCP_LISTEN) && HAVE_DECL_TCP_LISTEN) 71 static_assert((TCP_LISTEN) == (10), "TCP_LISTEN != 10"); 74 # define TCP_LISTEN 10 105 XLAT(TCP_LISTEN),
|
D | tcp_state_flags.h | 40 #if defined(TCP_LISTEN) || (defined(HAVE_DECL_TCP_LISTEN) && HAVE_DECL_TCP_LISTEN) 41 XLAT_PAIR(1ULL<<TCP_LISTEN, "1<<TCP_LISTEN"),
|
D | tcp_states.in | 10 TCP_LISTEN 10
|
D | tcp_state_flags.in | 11 1<<TCP_LISTEN
|
/external/webrtc/webrtc/p2p/base/ |
D | pseudotcp.cc | 225 m_state = TCP_LISTEN; in PseudoTcp() 266 if (m_state != TCP_LISTEN) { in Connect() 388 ASSERT(m_state == TCP_LISTEN); in SetOption() 391 ASSERT(m_state == TCP_LISTEN); in SetOption() 684 if (m_state == TCP_LISTEN) { in process()
|
D | pseudotcp.h | 62 TCP_LISTEN, TCP_SYN_SENT, TCP_SYN_RECEIVED, TCP_ESTABLISHED, TCP_CLOSED enumerator
|
/external/iproute2/include/netinet/ |
D | tcp.h | 136 TCP_LISTEN, enumerator
|
/external/strace/tests/ |
D | nlattr_inet_diag_msg.c | 66 .idiag_state = TCP_LISTEN, in init_inet_diag_msg()
|
D | netlink_sock_diag.c | 228 .udiag_states = 1 << TCP_ESTABLISHED | 1 << TCP_LISTEN, in test_unix_diag_req() 524 .idiag_state = TCP_LISTEN, in test_inet_diag_msg()
|
/external/strace/tests-mx32/ |
D | nlattr_inet_diag_msg.c | 66 .idiag_state = TCP_LISTEN, in init_inet_diag_msg()
|
D | netlink_sock_diag.c | 228 .udiag_states = 1 << TCP_ESTABLISHED | 1 << TCP_LISTEN, in test_unix_diag_req() 524 .idiag_state = TCP_LISTEN, in test_inet_diag_msg()
|
/external/strace/tests-m32/ |
D | nlattr_inet_diag_msg.c | 66 .idiag_state = TCP_LISTEN, in init_inet_diag_msg()
|
D | netlink_sock_diag.c | 228 .udiag_states = 1 << TCP_ESTABLISHED | 1 << TCP_LISTEN, in test_unix_diag_req() 524 .idiag_state = TCP_LISTEN, in test_inet_diag_msg()
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | linux-kernel-4.10.0.patch | 118 if (sk->sk_state == TCP_LISTEN) {
|