HomeSort by relevance Sort by last modified time
    Searched refs:TCP_CLOSING (Results 1 - 15 of 15) sorted by null

  /external/strace/xlat/
tcp_state_flags.in 12 1<<TCP_CLOSING
tcp_states.h 32 #if !(defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING))
33 # define TCP_CLOSING 11
52 XLAT(TCP_CLOSING),
tcp_state_flags.h 37 #if defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING)
38 XLAT_PAIR(1ULL<<TCP_CLOSING, "1<<TCP_CLOSING"),
  /bionic/libc/include/netinet/
tcp.h 94 TCP_CLOSING
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h 37 #define TCP_CLOSING 7
277 ((State) == TCP_CLOSING) || \
283 ((State) == TCP_CLOSING) || \
Tcp4Misc.c 40 L"TCP_CLOSING",
774 case TCP_CLOSING:
838 case TCP_CLOSING:
Tcp4Input.c 446 TcpSetState (Tcb, TCP_CLOSING);
472 case TCP_CLOSING:
1239 case TCP_CLOSING:
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 30 #define TCP_CLOSING 7
143 ((State) == TCP_CLOSING) || \
151 ((State) == TCP_CLOSING) || \
TcpInput.c 474 TcpSetState (Tcb, TCP_CLOSING);
503 case TCP_CLOSING:
1362 case TCP_CLOSING:
    [all...]
TcpMisc.c 39 L"TCP_CLOSING",
831 case TCP_CLOSING:
  /external/iproute2/include/netinet/
tcp.h 137 TCP_CLOSING /* now a valid state */
  /kernel/tests/net/test/
tcp_test.py 35 TCP_CLOSING = 11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 139 TCP_CLOSING /* now a valid state */
  /system/netd/server/
TcpSocketMonitor.cpp 60 case TCP_CLOSING:
  /external/toybox/toys/pending/
lsof.c 204 if (state < 0 || state > TCP_CLOSING) state = 0;

Completed in 120 milliseconds