Home
last modified time | relevance | path

Searched refs:IsLocalDomain (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2514 …if (rr->resrec.InterfaceID == mDNSInterface_LocalOnly || rr->ForceMCast || IsLocalDomain(rr->resre… in mDNS_Register_internal()
2726 …if (!(rr->resrec.InterfaceID == mDNSInterface_LocalOnly || rr->ForceMCast || IsLocalDomain(rr->res… in mDNS_Deregister_internal()
5776 …if (question->InterfaceID == mDNSInterface_LocalOnly || question->ForceMCast || IsLocalDomain(&que… in mDNS_StartQuery_internal()
5989 …if (question->InterfaceID == mDNSInterface_LocalOnly || question->ForceMCast || IsLocalDomain(&que… in mDNS_StartBrowse()
6275 …mDNSBool unicast = !(rr->resrec.InterfaceID == mDNSInterface_LocalOnly || IsLocalDomain(rr->resrec… in mDNS_Update()
6923 if (!(InterfaceID == mDNSInterface_LocalOnly || IsLocalDomain(sr->RR_SRV.resrec.name))) in mDNS_RegisterService()
6967 …if (!(sr->RR_SRV.resrec.InterfaceID == mDNSInterface_LocalOnly || IsLocalDomain(sr->RR_SRV.resrec.… in mDNS_AddRecordToService()
7019 …if (!(sr->RR_SRV.resrec.InterfaceID == mDNSInterface_LocalOnly || IsLocalDomain(sr->RR_SRV.resrec.… in mDNS_RemoveRecordFromService()
7080 …if (!(sr->RR_SRV.resrec.InterfaceID == mDNSInterface_LocalOnly || IsLocalDomain(sr->RR_SRV.resrec.… in mDNS_DeregisterService()
H A DmDNSEmbeddedAPI.h2466 extern mDNSBool IsLocalDomain(const domainname *d); // returns true for domains that by default…
H A DDNSCommon.c591 mDNSexport mDNSBool IsLocalDomain(const domainname *d) in IsLocalDomain() function
H A DuDNS.c3386 …d.NotAnInteger || question->InterfaceID == mDNSInterface_LocalOnly || IsLocalDomain(&question->qna… in uDNS_IsActiveQuery()