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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h35 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
36 /* states > TCPS_CLOSE_WAIT are those where user has closed */
40 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h33 #define TCPS_CLOSE_WAIT 1 /* rcvd fin, waiting for close */ macro
34 /* states > TCPS_CLOSE_WAIT are those where user has closed */
38 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h59 #define TCPS_CLOSE_WAIT 1 /* rcvd fin, waiting for close */ macro
60 /* states > TCPS_CLOSE_WAIT are those where user has closed */
64 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */

Completed in 55 milliseconds