HomeSort by: relevance | last modified time | path
    Searched refs:RandomizedHostname (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1311 newname = &m->RandomizedHostname;
1576 GetRandomUUIDLocalHostname(&m->RandomizedHostname);
16300 hostname = &m->RandomizedHostname;
16326 if (hostname == &m->RandomizedHostname) addrRecordType = kDNSRecordTypeKnownUnique;
16328 (hostname == &m->RandomizedHostname) ? "randomized" : "normal", set->ifname);
16559 if (SameDomainLabel(newUUIDLabel.c, m->RandomizedHostname.c))
16566 m->RandomizedHostname.c[0] = 0;
16567 AppendDomainLabel(&m->RandomizedHostname, &newUUIDLabel);
16568 AppendLiteralLabelString(&m->RandomizedHostname, "local");
18324 m->RandomizedHostname.c[0] = 0
    [all...]
mDNSEmbeddedAPI.h 2454 domainname RandomizedHostname; // Randomized hostname to use for services involving AWDL interfaces. This is to

Completed in 176 milliseconds