Searched refs:ntohu64 (Results 1 – 5 of 5) sorted by relevance
68 #define ntohu64(v) (v) macro71 #define ntohu64(v) intrev64(v) macro
1704 senderCurrentEpoch = ntohu64(hdr->currentEpoch); in clusterProcessPacket()1705 senderConfigEpoch = ntohu64(hdr->configEpoch); in clusterProcessPacket()1715 sender->repl_offset = ntohu64(hdr->offset); in clusterProcessPacket()2073 ntohu64(hdr->data.update.nodecfg.configEpoch); in clusterProcessPacket()2708 uint64_t requestCurrentEpoch = ntohu64(request->currentEpoch); in clusterSendFailoverAuthIfNeeded()2709 uint64_t requestConfigEpoch = ntohu64(request->configEpoch); in clusterSendFailoverAuthIfNeeded()
148 id->ms = ntohu64(e[0]); in streamDecodeID()149 id->seq = ntohu64(e[1]); in streamDecodeID()
4318 expiretime = ntohu64(expiretime); in moduleTimerHandler()4414 int64_t rem = ntohu64(id)-ustime(); in RM_GetTimerInfo()
210 *lenptr = ntohu64(len); in rdbLoadLenByRef()