Searched refs:_dnsPacket_hashBytes (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_cache.c | 761 _dnsPacket_hashBytes( DnsPacket* packet, int numBytes, unsigned hash ) in _dnsPacket_hashBytes() function 815 hash = _dnsPacket_hashBytes(packet, 4, hash); /* TYPE and CLASS */ in _dnsPacket_hashQR() 824 hash = _dnsPacket_hashBytes(packet, 4, hash); /* TTL */ in _dnsPacket_hashRR() 826 hash = _dnsPacket_hashBytes(packet, rdlength, hash); /* RDATA */ in _dnsPacket_hashRR() 853 hash = _dnsPacket_hashBytes(packet, 1, hash); in _dnsPacket_hashQuery()
|