Lines Matching refs:OutputLine
91 OutputLine("Host %s", aHost.mHostName); in OutputHost()
92 OutputLine(kIndentSize, "%u address:", aHost.mAddressesLength); in OutputHost()
100 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aHost.mTtl)); in OutputHost()
105 OutputLine("Service %s for %s", aService.mServiceInstance, aService.mServiceType); in OutputService()
106 OutputLine(kIndentSize, "host: %s", aService.mHostName); in OutputService()
110 OutputLine(kIndentSize, "%u sub-type:", aService.mSubTypeLabelsLength); in OutputService()
114 OutputLine(kIndentSize * 2, "%s", aService.mSubTypeLabels[index]); in OutputService()
118 OutputLine(kIndentSize, "port: %u", aService.mPort); in OutputService()
119 OutputLine(kIndentSize, "priority: %u", aService.mPriority); in OutputService()
120 OutputLine(kIndentSize, "weight: %u", aService.mWeight); in OutputService()
121 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aService.mTtl)); in OutputService()
125 OutputLine(kIndentSize, "txt-data: (empty)"); in OutputService()
138 OutputLine("Key %s for %s (service)", aKey.mName, aKey.mServiceType); in OutputKey()
142 OutputLine("Key %s (host)", aKey.mName); in OutputKey()
148 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aKey.mTtl)); in OutputKey()
171 OutputLine(kIndentSize, "state: %s", stateString); in OutputState()
176 OutputLine(kIndentSize, "active: %s", aInfo.mIsActive ? "yes" : "no"); in OutputCacheInfo()
177 OutputLine(kIndentSize, "cached-results: %s", aInfo.mHasCachedResults ? "yes" : "no"); in OutputCacheInfo()
212 OutputLine("mDNS request id: %lu", ToUlong(mRequestId)); in Process()
436 OutputLine("mDNS registration for request id %lu outcome: %s", ToUlong(aRequestId), in HandleRegisterationDone()
675 OutputLine(" sub-type %s", aResult.mSubTypeLabel); in HandleBrowseResult()
682 OutputLine(kIndentSize, "instance: %s", aResult.mServiceInstance); in HandleBrowseResult()
683 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aResult.mTtl)); in HandleBrowseResult()
684 OutputLine(kIndentSize, "if-index: %lu", ToUlong(aResult.mInfraIfIndex)); in HandleBrowseResult()
727 OutputLine("mDNS SRV result for %s for %s", aResult.mServiceInstance, aResult.mServiceType); in HandleSrvResult()
731 OutputLine(kIndentSize, "host: %s", aResult.mHostName); in HandleSrvResult()
732 OutputLine(kIndentSize, "port: %u", aResult.mPort); in HandleSrvResult()
733 OutputLine(kIndentSize, "priority: %u", aResult.mPriority); in HandleSrvResult()
734 OutputLine(kIndentSize, "weight: %u", aResult.mWeight); in HandleSrvResult()
737 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aResult.mTtl)); in HandleSrvResult()
738 OutputLine(kIndentSize, "if-index: %lu", ToUlong(aResult.mInfraIfIndex)); in HandleSrvResult()
781 OutputLine("mDNS TXT result for %s for %s", aResult.mServiceInstance, aResult.mServiceType); in HandleTxtResult()
789 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aResult.mTtl)); in HandleTxtResult()
790 OutputLine(kIndentSize, "if-index: %lu", ToUlong(aResult.mInfraIfIndex)); in HandleTxtResult()
831 …OutputLine("mDNS %s address result for %s", aType == kIp6Address ? "IPv6" : "IPv4", aResult.mHostN… in HandleAddressResult()
833 OutputLine(kIndentSize, "%u address:", aResult.mAddressesLength); in HandleAddressResult()
839 OutputLine(" ttl:%lu", ToUlong(aResult.mAddresses[index].mTtl)); in HandleAddressResult()
842 OutputLine(kIndentSize, "if-index: %lu", ToUlong(aResult.mInfraIfIndex)); in HandleAddressResult()
956 OutputLine("SRV resolver %s for %s", resolver.mServiceInstance, resolver.mServiceType); in Process()
995 OutputLine("TXT resolver %s for %s", resolver.mServiceInstance, resolver.mServiceType); in Process()
1034 OutputLine("IPv6 address resolver %s", resolver.mHostName); in Process()
1073 OutputLine("IPv4 address resolver %s", resolver.mHostName); in Process()