OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCP_CLOSE_WAIT
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
tcp_states.h
23
#if !(defined(
TCP_CLOSE_WAIT
) || (defined(HAVE_DECL_TCP_CLOSE_WAIT) && HAVE_DECL_TCP_CLOSE_WAIT))
24
# define
TCP_CLOSE_WAIT
8
49
XLAT(
TCP_CLOSE_WAIT
),
/kernel/tests/net/test/
tcp_test.py
32
TCP_CLOSE_WAIT
= 8
134
if end_state ==
TCP_CLOSE_WAIT
:
/bionic/libc/include/netinet/
tcp.h
91
TCP_CLOSE_WAIT
,
/external/syslinux/gpxe/src/include/gpxe/
tcp.h
218
#define
TCP_CLOSE_WAIT
( TCP_STATE_SENT ( TCP_SYN | TCP_ACK ) | \
/external/iproute2/include/netinet/
tcp.h
134
TCP_CLOSE_WAIT
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h
136
TCP_CLOSE_WAIT
,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h
39
#define
TCP_CLOSE_WAIT
9
275
(((State) ==
TCP_CLOSE_WAIT
) || \
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h
32
#define
TCP_CLOSE_WAIT
9
141
((State) ==
TCP_CLOSE_WAIT
) || \
Completed in 1090 milliseconds