OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCP_LAST_ACK
(Results
1 - 7
of
7
) sorted by null
/external/strace/xlat/
tcp_states.h
26
#if !(defined(
TCP_LAST_ACK
) || (defined(HAVE_DECL_TCP_LAST_ACK) && HAVE_DECL_TCP_LAST_ACK))
27
# define
TCP_LAST_ACK
9
50
XLAT(
TCP_LAST_ACK
),
/kernel/tests/net/test/
tcp_test.py
33
TCP_LAST_ACK
= 9
/bionic/libc/include/netinet/
tcp.h
92
TCP_LAST_ACK
,
/external/iproute2/include/netinet/
tcp.h
135
TCP_LAST_ACK
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h
137
TCP_LAST_ACK
,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h
40
#define
TCP_LAST_ACK
10
276
((State) ==
TCP_LAST_ACK
) || \
285
((State) ==
TCP_LAST_ACK
))
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h
33
#define
TCP_LAST_ACK
10
142
((State) ==
TCP_LAST_ACK
) || \
153
((State) ==
TCP_LAST_ACK
) \
Completed in 314 milliseconds