Searched refs:previousMsg2ndHashes (Results 1 – 1 of 1) sorted by relevance
4435 static mDNSu32 previousMsg2ndHashes[NUM_OF_SAVED_HASH_COUNT] = {0}; in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore() local4438 …ns_compile_time_check_local(mdns_countof(previousMsgHashes) == mdns_countof(previousMsg2ndHashes)); in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()4444 if (previousMsgHashes[i] == msgHash && previousMsg2ndHashes[i] == msg2ndHash) in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()4453 previousMsg2ndHashes[nextMsgHashSlot] = msg2ndHash; in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()