HomeSort by: relevance | last modified time | path
    Searched refs:AuthRecordP2P (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 1440 AuthRecordP2P, // discovered over D2D/P2P framework
1572 // AuthRecordP2P records are created by D2DServiceFound events. Both record types are kept on the same list.
1573 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
mDNS.c 986 if (ar->ARType == AuthRecordLocalOnly || ar->ARType == AuthRecordP2P)
1324 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
3659 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
5021 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P)
5996 if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && (q->InterfaceID == mDNSInterface_Any || q->InterfaceID == mDNSInterface_BLE)))
16197 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && AuthRecord_uDNS(rr))
17223 artype = AuthRecordP2P;
17617 artype = AuthRecordP2P;
DNSCommon.c 1739 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P)
1744 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly))
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 1022 artype = AuthRecordP2P;
7330 else if (ar->ARType == AuthRecordP2P)
7410 else if (ar->ARType == AuthRecordP2P)

Completed in 40 milliseconds