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

  /external/qemu/slirp/
tcp.h 131 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
132 /* states > TCPS_CLOSE_WAIT are those where user has closed */
136 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
  /external/qemu/slirp-android/
tcp.h 133 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
134 /* states > TCPS_CLOSE_WAIT are those where user has closed */
138 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */

Completed in 83 milliseconds