Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1519 …nly && (Q)->InterfaceID != mDNSInterface_P2P && (Q)->InterfaceID != mDNSInterface_BLE && !(Q)->For…
2402 extern const mDNSInterfaceID mDNSInterface_BLE; // Special value
2404 …NSInterface_LocalOnly) || ((INTERFACE) == mDNSInterface_P2P) || ((INTERFACE) == mDNSInterface_BLE))
H A DmDNS.c4120 if (q->InterfaceID != mDNSInterface_BLE) in SendQueries()
4888 … == AuthRecordP2P && (q->InterfaceID == mDNSInterface_Any || q->InterfaceID == mDNSInterface_BLE))) in AnswerQuestionWithLORecord()
13500 else if (InterfaceID == mDNSInterface_P2P || InterfaceID == mDNSInterface_BLE) in setAuthRecType()
13880 else if (InterfaceID == mDNSInterface_P2P || InterfaceID == mDNSInterface_BLE) in mDNS_AdvertiseDomains()
H A DDNSCommon.c47 mDNSexport const mDNSInterfaceID mDNSInterface_BLE = (mDNSInterfaceID)-5; variable
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c215 q->InterfaceID == mDNSInterface_BLE ? "BLE" : in LogMcastQuestion()
242 ar->resrec.InterfaceID == mDNSInterface_BLE ? "BLE" : in LogMcastService()
637 else if (InterfaceID == mDNSInterface_P2P || InterfaceID == mDNSInterface_BLE) in read_rr_from_ipc_msg()
5638 if (ar->resrec.InterfaceID == mDNSInterface_BLE) in LogLocalOnlyAuthRecordsToFD()
5708 if (ar->resrec.InterfaceID == mDNSInterface_BLE) in LogAuthRecordsToFD()
5890 …->InterfaceID == mDNSInterface_LocalOnly ? "LO ": q->InterfaceID == mDNSInterface_BLE ? "BLE": "P2… in udsserver_info_dump_to_fd()