Lines Matching refs:NETPERFPARAMS
134 typedef struct NETPERFPARAMS
168 } NETPERFPARAMS;
497 static int netperfTCPThroughputSend(NETPERFPARAMS const *pParams, NETPERFHDR *pBuf, NETPERFSTATS *pSendStats)
623 static int netperfTCPThroughputRecv(NETPERFPARAMS const *pParams, NETPERFHDR *pBuf, NETPERFSTATS *pStats)
789 static int netperfTCPServerDoThroughput(NETPERFPARAMS const *pParams)
827 static int netperfTCPServerDoThroughputXmit(NETPERFPARAMS const *pParams)
857 static int netperfTCPServerDoThroughputRecv(NETPERFPARAMS const *pParams)
887 static int netperfTCPServerDoLatency(NETPERFPARAMS const *pParams)
1007 static int netperfTCPServerParseParams(NETPERFPARAMS *pParams, char *pszParams)
1109 NETPERFPARAMS *pParams = (NETPERFPARAMS *)pvUser;
1226 static int netperfTCPServer(NETPERFPARAMS *pParams)
1252 static RTEXITCODE netperfServer(NETPERFPROTO enmProto, NETPERFPARAMS *pParams)
1279 static int netperfTCPClientDoThroughput(NETPERFPARAMS *pParams)
1326 static int netperfTCPClientDoThroughputXmit(NETPERFPARAMS *pParams)
1363 static int netperfTCPClientDoThroughputRecv(NETPERFPARAMS *pParams)
1400 static int netperfTCPClientDoLatency(NETPERFPARAMS *pParams)
1591 static int netperfTCPClient(const char *pszServer, NETPERFPARAMS *pParams)
1711 NETPERFPARAMS *pParams = (NETPERFPARAMS *)pvUser;
1755 NETPERFPARAMS Params;