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

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp.h166 /* states < TCPS_ESTABLISHED are those where connections not established */
167 #define TCPS_ESTABLISHED 4 /* established */ macro
178 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)

Completed in 43 milliseconds