Searched refs:GetAuthInfoForName_internal (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | uDNS.h | 173 extern DomainAuthInfo *GetAuthInfoForName_internal(mDNS *m, const domainname *const name);
|
H A D | uDNS.c | 394 mDNSexport DomainAuthInfo *GetAuthInfoForName_internal(mDNS *m, const domainname *const name) in GetAuthInfoForName_internal() function 434 d = GetAuthInfoForName_internal(m, name); in GetAuthInfoForName() 1953 return(GetAuthInfoForName_internal(m, &q->qname)); in GetAuthInfoForQuestion() 2929 AuthInfo = GetAuthInfoForName_internal(m, rr->resrec.name); in SendRecordRegistration() 2967 …erface_Any, mDNSNULL, mDNSNULL, &rr->nta->Addr, rr->nta->Port, GetAuthInfoForName_internal(m, rr->… in SendRecordRegistration() 3006 info = GetAuthInfoForName_internal(m, rr->zone); in IsRecordMergeable() 3233 AuthInfo = GetAuthInfoForName_internal(m, rr->zone); in SendGroupUpdates() 4198 AuthInfo = GetAuthInfoForName_internal(m, rr->resrec.name); in SendRecordDeregistration() 4225 …erface_Any, mDNSNULL, mDNSNULL, &rr->nta->Addr, rr->nta->Port, GetAuthInfoForName_internal(m, rr->… in SendRecordDeregistration() 4340 info = GetAuthInfoForName_internal(m, rr->resrec.name); in uDNS_DeregisterRecord() [all …]
|