Home
last modified time | relevance | path

Searched refs:BonjourEnabled (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2205 …mDNSu8 BonjourEnabled; // Non zero if Bonjour is currently enabled by the Bonjour on … member
H A DmDNS.c1507 if (m->BonjourEnabled == 0) in IncrementAutoTargetServices()
1511 m->BonjourEnabled = 1; in IncrementAutoTargetServices()
5558 m->BonjourEnabled = 0; in mDNS_Execute()
12097 if (m->BonjourEnabled == 0) in mDNS_StartQuery_internal()
12101 m->BonjourEnabled = 1; in mDNS_StartQuery_internal()
14544 …m->BonjourEnabled = 0; // Set when Bonjour on Demand is enabled and Bonjour is currently … in mDNS_InitStorage()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5994 LogToFD(fd, "BonjourEnabled %d", m->BonjourEnabled); in udsserver_info_dump_to_fd()