HomeSort by: relevance | last modified time | path
    Searched refs:ConstructServiceName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 1075 if (!ConstructServiceName(srv, &n, &t, &d)) return -1;
2708 ConstructServiceName(&full_hostname, &servicereg->name, &servicereg->type, domain);
3175 if (!ConstructServiceName(&srv, &servicereg->name, &servicereg->type, &d))
3177 LogMsg("ERROR: handle_regservice_request - Couldn't ConstructServiceName from, “%#s” “%##s” “%##s”",
3198 ConstructServiceName(&ptr_name, &servicereg->name, &servicereg->type, &d);
3466 ConstructServiceName(&tmp, NULL, &browse->regtype, &b->domain);
3498 ConstructServiceName(&tmp, NULL, &browse->regtype, &ptr->domain);
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 15779 if (!ConstructServiceName(&question->qname, mDNSNULL, srv, domain))
17293 if (ConstructServiceName(&sr->RR_ADV.namestorage, (const domainlabel*)"\x09_services", (const domainname*)"\x07_dns-sd\x04_udp", domain) == mDNSNULL)
17295 if (ConstructServiceName(&sr->RR_PTR.namestorage, mDNSNULL, type, domain) == mDNSNULL) return(mStatus_BadParamErr);
17296 if (ConstructServiceName(&sr->RR_SRV.namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadParamErr);
17319 if (ConstructServiceName(&sr->SubTypes[i].namestorage, mDNSNULL, &st, domain) == mDNSNULL) return(mStatus_BadParamErr);
17600 if (ConstructServiceName(&rr->namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadParamErr);
18470 // Note: ConstructServiceName(), which is called by mDNS_StartBrowse_internal(), will turn
mDNSEmbeddedAPI.h 3019 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainname *type, const domainname *const domain);

Completed in 52 milliseconds