OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCP_SYN_RECV
(Results
1 - 5
of
5
) sorted by null
/external/strace/xlat/
tcp_states.h
8
#if !(defined(
TCP_SYN_RECV
) || (defined(HAVE_DECL_TCP_SYN_RECV) && HAVE_DECL_TCP_SYN_RECV))
9
# define
TCP_SYN_RECV
3
44
XLAT(
TCP_SYN_RECV
),
/kernel/tests/net/test/
tcp_test.py
27
TCP_SYN_RECV
= 3
104
if end_state ==
TCP_SYN_RECV
:
/bionic/libc/include/netinet/
tcp.h
86
TCP_SYN_RECV
,
/external/iproute2/include/netinet/
tcp.h
129
TCP_SYN_RECV
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h
131
TCP_SYN_RECV
,
Completed in 470 milliseconds