Lines Matching defs:FillpPackStastics
1098 struct FillpPackStastics { struct
1099 FILLP_LLONG packTimePassed; /* Indicates the packet time passed. */
1100 FILLP_LLONG packSendTime; /* Indicates the packet send time. */
1101 FILLP_LLONG packRttDetectTime; /* Indicates the packet rtt detect time. */
1102 FILLP_ULLONG periodRecvBits; /* Indicates the packet receive bits. */
1103 FILLP_UINT32 packInterval; /* Indicates the packet time interval. */
1104 FILLP_UINT32 lastPackRecvRate; /* Indicates the packet receive rate. */
1105 FILLP_UINT32 periodRecvRate; /* Indicates the packet receive rate. */
1106 FILLP_UINT32 maxRecvRate; /* Indicates the maximum packet receive rate. */
1107 FILLP_UINT32 packLostSeq; /* Indicates the packet lost sequence. */
1108 FILLP_UINT32 packPktNum; /* Indicates the packet number. */
1110 FILLP_UINT32 periodRecvedOnes; /* Indicates the received packets. */
1111 FILLP_UINT32 periodDroped; /* Indicates the dropped packets. */
1113 FILLP_UINT32 periodSendRate; /* Indicates the packet send rate. */
1114 FILLP_UINT32 periodAckByPackRate; /* Indicates the ack by packet rate. */
1116 FILLP_UINT32 packIntervalBackup; /* Records the packInterval as a backup. */
1117 FILLP_UINT16 periodRecvPktLoss; /* Indicates the packet receive loss. */
1118 FILLP_BOOL peerRtt; /* Indicates the peer value. */
1119 FILLP_UINT8 padd[5];