Searched refs:masterRxCommonTime (Results 1 – 3 of 3) sorted by relevance
251 SERIALIZE_INT64(masterRxCommonTime); in serializePacket()263 DESERIALIZE_INT64(masterRxCommonTime); in deserializePacket()
901 pkt.masterRxCommonTime = rxCommonTime; in handleSyncRequest()906 pkt.masterRxCommonTime = 0; in handleSyncRequest()963 int64_t masterRxCommonTime = response->masterRxCommonTime; in handleSyncResponse() local967 int64_t avgCommon = (masterTxCommonTime + masterRxCommonTime) >> 1; in handleSyncResponse()
135 int64_t masterRxCommonTime; variable