Home
last modified time | relevance | path

Searched refs:MSEC_T (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_ResendQueue.h73 void SetDefaultTimeout(MSEC_T msec) { m_defaultTimeout = msec; } in SetDefaultTimeout()
147 static const MSEC_T DEFAULT_TIMEOUT = 50; // 150 ~ 180KB
152 static const MSEC_T SYN_SEGMENT_TIMEOUT = 200;
162 MSEC_T timeStamp; // Time when sending
163 MSEC_T timeOut; // If the time specified here is exceeded, it becomes a resend target.
168 MSEC_T m_defaultTimeout; // Timeout time (in milliseconds)
Drdt_Utility.h251 typedef clock_t MSEC_T; typedef
252 MSEC_T GetCurrentTimeAsMillisecond(void);
269 typedef s64 MSEC_T; typedef
270 MSEC_T GetCurrentTimeAsMillisecond(void);
Drdt_ReceiverImpl.h141 … static const MSEC_T FIN_TIMEOUT = 1000; // Parameter that needs to be adjusted with a CTR device.
173 MSEC_T m_finAckSentTime; // Time when ACK was sent last in response to FIN segment.
Drdt_Utility.cpp289 MSEC_T GetCurrentTimeAsMillisecond(void) in GetCurrentTimeAsMillisecond()
305 MSEC_T GetCurrentTimeAsMillisecond(void)