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