Searched refs:AuthRecordLocalOnly (Results 1 – 5 of 5) sorted by relevance
| /titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNSEmbeddedAPI.h | 1491 AuthRecordLocalOnly, enumerator 1615 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
|
| H A D | uds_daemon.c | 683 artype = AuthRecordLocalOnly; in read_rr_from_ipc_msg() 2370 …mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElem… in RegisterLocalOnlyDomainEnumPTR() 5472 if (ar->ARType == AuthRecordLocalOnly) in LogEtcHosts() 5505 if (ar->ARType == AuthRecordLocalOnly) in LogLocalOnlyAuthRecords() 5573 else if (ar->ARType == AuthRecordLocalOnly) in LogAuthRecords()
|
| H A D | DNSCommon.c | 1367 if (InterfaceID == mDNSInterface_LocalOnly && artype != AuthRecordLocalOnly) in mDNS_SetupResourceRecord() 1377 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly)) in mDNS_SetupResourceRecord() 1900 …if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) ret… in LocalOnlyRecordAnswersQuestion()
|
| H A D | mDNS.c | 139 #define UniqueLocalOnlyRecord(rr) ((rr)->ARType == AuthRecordLocalOnly && \ 649 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord() 932 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName() 1202 rr->ARType = AuthRecordLocalOnly; in mDNS_Register_internal() 1207 …>Advertise) { rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalOnly; } in mDNS_Register_internal() 2824 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in SendResponses() 3756 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P) in SendQueries() 4458 …if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInt… in AnswerQuestionWithLORecord() 12420 …if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.… in mDNS_Update() 13212 artype = AuthRecordLocalOnly; in setAuthRecType() [all …]
|
| H A D | uDNS.c | 5280 …mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElem… in FoundDomain()
|