Searched refs:nextMsgHashSlot (Results 1 – 1 of 1) sorted by relevance
4436 static mDNSu32 nextMsgHashSlot = 0; in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore() local4452 previousMsgHashes[nextMsgHashSlot] = msgHash; in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()4453 previousMsg2ndHashes[nextMsgHashSlot] = msg2ndHash; in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()4454 nextMsgHashSlot++; in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()4455 nextMsgHashSlot %= mdns_countof(previousMsgHashes); in DumpMDNSPacket_CalculateAndCheckIfMsgAppearsBefore()