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

/vbox/src/VBox/Devices/Network/slirp/
H A Ddebug.c43 static char *g_apszTcpStates[TCP_NSTATES] = variable
448 char *pszTcpStateName = (idxTcpState >= 0 && idxTcpState < TCP_NSTATES) ? g_apszTcpStates[idxTcpState] : "TCPS_INVALIDE_STATE";

Completed in 566 milliseconds