Searched defs:TCPS_CLOSE_WAIT (Results 1 - 2 of 2) sorted by relevance

/external/qemu/slirp/
H A Dtcp.h131 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
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/
H A Dtcp.h133 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
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 43 milliseconds