HomeSort by relevance Sort by last modified time
    Searched defs:TCPS_ESTABLISHED (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
tcp.h 129 /* states < TCPS_ESTABLISHED are those where connections not established */
130 #define TCPS_ESTABLISHED 4 /* established */
141 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
  /external/qemu/slirp-android/
tcp.h 131 /* states < TCPS_ESTABLISHED are those where connections not established */
132 #define TCPS_ESTABLISHED 4 /* established */
143 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)

Completed in 137 milliseconds