Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c1406 m->AutoTargetAWDLIncludedCount--; in DecrementAutoTargetServices()
1409 m->AutoTargetAWDLIncludedCount, ARDisplayString(m, rr)); in DecrementAutoTargetServices()
1410 if (m->AutoTargetAWDLIncludedCount == 0) in DecrementAutoTargetServices()
1422 if ((m->AutoTargetAWDLIncludedCount == 0) && (m->AutoTargetAWDLOnlyCount == 0)) in DecrementAutoTargetServices()
1442 if ((m->AutoTargetAWDLIncludedCount == 0) && (m->AutoTargetAWDLOnlyCount == 0)) in DecrementAutoTargetServices()
1524 m->AutoTargetAWDLIncludedCount++; in IncrementAutoTargetServices()
1527 m->AutoTargetAWDLIncludedCount, ARDisplayString(m, rr)); in IncrementAutoTargetServices()
12717 if ((m->AutoTargetAWDLIncludedCount > 0) || (m->AutoTargetAWDLOnlyCount > 0)) in AdvertiseInterfaceIfNeeded()
12725 if (m->AutoTargetAWDLIncludedCount > 0) AdvertiseInterface(m, set, mDNStrue); in AdvertiseInterfaceIfNeeded()
H A DmDNSEmbeddedAPI.h2261 mDNSu32 AutoTargetAWDLIncludedCount;// Number of registered AWDL-included auto-target records. member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c6027 LogToFD(fd, "m->AutoTargetAWDLIncludedCount %u", m->AutoTargetAWDLIncludedCount); in udsserver_info_dump_to_fd()