Searched defs:GetAuthInfoForName (Results 1 - 1 of 1) sorted by path

/external/mdnsresponder/mDNSCore/
H A DuDNS.c294 debugf("GetAuthInfoForName %##s Matched %##s Key name %##s", name->c, ptr->domain.c, ptr->keyname.c);
299 //LogInfo("GetAuthInfoForName none found for %##s", name->c);
341 mDNSexport DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name) function
991 AuthInfo = tcpInfo->rr ? GetAuthInfoForName(m, tcpInfo->rr->resrec.name) : mDNSNULL;
1487 DomainAuthInfo *AuthInfo = GetAuthInfoForName(m, zd->CurrentSOA);
3868 AuthInfo = GetAuthInfoForName(m, newRR->resrec.name);

Completed in 8534 milliseconds