Searched refs:TCP_NSTATES (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp.h160 #define TCP_NSTATES 11 macro
H A Ddebug.c43 static char *g_apszTcpStates[TCP_NSTATES] =
448 char *pszTcpStateName = (idxTcpState >= 0 && idxTcpState < TCP_NSTATES) ? g_apszTcpStates[idxTcpState] : "TCPS_INVALIDE_STATE";
H A Dtcp_output.c78 static const u_char tcp_outflags[TCP_NSTATES] =

Completed in 57 milliseconds