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. */1193 FILLP_UINT32 totalSend; /* Indicates the total packets sent. */1194 FILLP_UINT32 totalSendBytes; /* Indicates the total sent bytes. */1196 FILLP_UINT32 totalRecvLost; /* Indicates the total packet receive lost. */1197 FILLP_UINT32 packSendBytes; /* Indicates the total sent bytes. */1198 FILLP_UINT32 packExpSendBytes; /* Indicates the total sent bytes. */[all …]