HomeSort by: relevance | last modified time | path
    Searched defs:subtype_domain (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 5678 char subtype_domain[128]; local
5680 require_quiet(len < sizeof(subtype_domain), exit);
5683 subtype_domain[j] = '#';
5685 subtype_domain[j] = domain_supports_push[j];
5689 if (subtype_domain[len - 1] == '#') {
5690 subtype_domain[len - 1] = '\0';
5694 subtype_domain);

Completed in 17 milliseconds