Searched refs:_dnsPacket_hashBytes (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | res_cache.cpp | 681 static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned hash) { in _dnsPacket_hashBytes() function 727 hash = _dnsPacket_hashBytes(packet, 4, hash); /* TYPE and CLASS */ in _dnsPacket_hashQR() 734 hash = _dnsPacket_hashBytes(packet, 4, hash); /* TTL */ in _dnsPacket_hashRR() 736 hash = _dnsPacket_hashBytes(packet, rdlength, hash); /* RDATA */ in _dnsPacket_hashRR() 761 hash = _dnsPacket_hashBytes(packet, 1, hash); in _dnsPacket_hashQuery()
|