Lines Matching defs:FillpStatisticsTraffic
1187 struct FillpStatisticsTraffic { struct
1188 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. */
1197 FILLP_UINT32 packSendBytes; /* Indicates the total sent bytes. */
1198 FILLP_UINT32 packExpSendBytes; /* Indicates the total sent bytes. */
1200 FILLP_UINT8 padd1[4];