Searched defs:ChppLoopbackTestResult (Results 1 – 1 of 1) sorted by relevance
33 struct ChppLoopbackTestResult { struct34 enum ChppAppErrorCode error; // Indicates success or error type35 size_t requestLen; // Length of the loopback request datagram, including app37 size_t responseLen; // Length of the loopback response datagram, including39 size_t firstError; // Location of the first incorrect byte in the response41 size_t byteErrors; // Number of incorrect bytes in the response datagram42 uint64_t rttNs; // Round trip time