Searched refs:CHPP_TIME_NONE (Results 1 – 4 of 4) sorted by relevance
149 if (rRState->responseTimeNs == CHPP_TIME_NONE && in chppServiceTimestampRequest()150 rRState->requestTimeNs != CHPP_TIME_NONE) { in chppServiceTimestampRequest()155 rRState->responseTimeNs = CHPP_TIME_NONE; in chppServiceTimestampRequest()163 if (rRState->requestTimeNs == CHPP_TIME_NONE) { in chppServiceTimestampResponse()167 } else if (previousResponseTime != CHPP_TIME_NONE) { in chppServiceTimestampResponse()
1295 rRState->responseTimeNs != CHPP_TIME_NONE && in chppTransportGetClientRequestTimeoutResponse()
174 CHPP_TIME_NONE; in chppRunLoopbackTest()176 CHPP_TIME_NONE; in chppRunLoopbackTest()
111 #define CHPP_TIME_NONE 0 macro