Searched refs:masterTxCommonTime (Results 1 – 3 of 3) sorted by relevance
252 SERIALIZE_INT64(masterTxCommonTime); in serializePacket()264 DESERIALIZE_INT64(masterTxCommonTime); in deserializePacket()
903 pkt.masterTxCommonTime = txCommonTime; in handleSyncRequest()908 pkt.masterTxCommonTime = 0; in handleSyncRequest()963 int64_t masterTxCommonTime = response->masterTxCommonTime; in handleSyncResponse() local968 int64_t avgCommon = (masterTxCommonTime + masterRxCommonTime) >> 1; in handleSyncResponse()
138 int64_t masterTxCommonTime; variable