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

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 96 extern mDNSu32 mDNSRandom(mDNSu32 max); // Returns pseudo-random result from zero to max inclusive
uDNS.c 72 rr->ThisAPInterval = 7 * (remaining/10) + (random ? random : mDNSRandom(remaining/10));
    [all...]
mDNS.c     [all...]
DNSCommon.c 290 mDNSexport mDNSu32 mDNSRandom(mDNSu32 max) // Returns pseudo-random result from zero to max inclusive
    [all...]

Completed in 392 milliseconds