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

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 113 extern const domainname *SkipLeadingLabels(const domainname *d, int skip);
uDNS.c     [all...]
mDNS.c     [all...]
DNSCommon.c 466 // SkipLeadingLabels skips over the first 'skip' labels in the domainname,
468 mDNSexport const domainname *SkipLeadingLabels(const domainname *d, int skip)
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 590 if ((bestDelta == -1 || delta <= bestDelta) && SameDomainName(&delem->name, SkipLeadingLabels(d, delta)))
    [all...]

Completed in 48 milliseconds