Home
last modified time | relevance | path

Searched refs:_dnsPacket_hashBytes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dres_cache.cpp454 static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned hash) { in _dnsPacket_hashBytes() function
502 hash = _dnsPacket_hashBytes(packet, 4, hash); /* TYPE and CLASS */ in _dnsPacket_hashQR()
509 hash = _dnsPacket_hashBytes(packet, 4, hash); /* TTL */ in _dnsPacket_hashRR()
511 hash = _dnsPacket_hashBytes(packet, rdlength, hash); /* RDATA */ in _dnsPacket_hashRR()
536 hash = _dnsPacket_hashBytes(packet, 1, hash); in _dnsPacket_hashQuery()