Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DClient.c72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable() argument
80 if (result && strlen(serviceType) > 63) { in CheckThatServiceTypeIsUsable()
88 if (result && serviceType[0] == 0) { in CheckThatServiceTypeIsUsable()
DResponder.c152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable() argument
160 if (result && strlen(serviceType) > 63) { in CheckThatServiceTypeIsUsable()
168 if (result && serviceType[0] == 0) { in CheckThatServiceTypeIsUsable()
418 const char * serviceType, in RegisterOneService() argument
437 MakeDomainNameFromDNSNameString(&type, serviceType); in RegisterOneService()
460 serviceType, in RegisterOneService()
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java99 for (String serviceType : jmDNSImpl.getServiceTypes().keySet()) { in addAnswers()
100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType); in addAnswers()