HomeSort by relevance Sort by last modified time
    Searched refs:AuthHashSlot (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 230 #define AuthHashSlot(X) (DomainNameHashValue(X) % AUTH_HASH_SLOTS)
mDNS.c 283 const mDNSu32 slot = AuthHashSlot(rr->resrec.name);
300 const mDNSu32 slot = AuthHashSlot(rr->resrec.name);
    [all...]

Completed in 1026 milliseconds