Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1492 AuthRecordP2P // discovered over D2D/P2P framework enumerator
1615 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
H A DmDNS.c649 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord()
932 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName()
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()
13214 artype = AuthRecordP2P; in setAuthRecType()
13568 artype = AuthRecordP2P; in mDNS_AdvertiseDomains()
H A DDNSCommon.c1372 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P) in mDNS_SetupResourceRecord()
1377 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly)) in mDNS_SetupResourceRecord()
H A Duds_daemon.c685 artype = AuthRecordP2P; in read_rr_from_ipc_msg()
5507 else if (ar->ARType == AuthRecordP2P) in LogLocalOnlyAuthRecords()
5577 else if (ar->ARType == AuthRecordP2P) in LogAuthRecords()