Searched refs:GetAuthInfoForName (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.c338 debugf("GetAuthInfoForName %##s Matched %##s Key name %##s", name->c, ptr->domain.c, ptr->keyname.c);
343 //LogInfo("GetAuthInfoForName none found for %##s", name->c);
384 mDNSexport DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name) function
1272 AuthInfo = tcpInfo->rr ? GetAuthInfoForName(m, tcpInfo->rr->resrec.name) : mDNSNULL;
1773 DomainAuthInfo *AuthInfo = GetAuthInfoForName(m, zd->CurrentSOA);
4350 AuthInfo = GetAuthInfoForName(m, newRR->resrec.name);
5899 mDNSexport DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name) function
H A DmDNSEmbeddedAPI.h2672 extern DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c4995 info = GetAuthInfoForName(m, &tun->dstname);
5052 info = GetAuthInfoForName(m, &tun->dstname);
7836 DomainAuthInfo* info = GetAuthInfoForName(m, &p->dstname);

Completed in 302 milliseconds