Searched defs:FillpStatisticsTraffic (Results 1 – 1 of 1) sorted by relevance
1187 struct FillpStatisticsTraffic { struct1188 FILLP_UINT32 totalRecved; /* Indicates the total packet received. */1189 FILLP_UINT32 totalRecvedBytes; /* Indicates the total received bytes. */1190 FILLP_UINT32 totalDroped; /* Indicates the total packets dropped. */1191 FILLP_UINT32 totalRetryed; /* Indicates the total packets retried. */1192 FILLP_UINT32 totalSendFailed; /* Indicates the total packet send failed. */1193 FILLP_UINT32 totalSend; /* Indicates the total packets sent. */1194 FILLP_UINT32 totalSendBytes; /* Indicates the total sent bytes. */1195 FILLP_UINT32 totalOutOfOrder; /* Indicates the total packets out of order. */1196 FILLP_UINT32 totalRecvLost; /* Indicates the total packet receive lost. */[all …]