Home
last modified time | relevance | path

Searched refs:ConstructServiceName (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnssd_clientshim.c257 …if (!ConstructServiceName(&srv, &n, &t, &d)) { errormsg = "B… in DNSServiceRegister()
504 …if (!ConstructServiceName(&srv, &n, &t, &d)) { errormsg = "Bad Name"; … in DNSServiceResolve()
Duds_daemon.c558 if (!ConstructServiceName(srv, &n, &t, &d)) return -1; in build_domainname_from_strings()
1679 if (!ConstructServiceName(&srv, &request->u.servicereg.name, &request->u.servicereg.type, &d)) in handle_regservice_request()
1803 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &b->domain); in add_domain_to_browser()
1820 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &ptr->domain); in browse_termination_callback()
2019 ConstructServiceName(&m->DeviceInfo.namestorage, &m->nicelabel, &DeviceInfoName, &localdomain); in UpdateDeviceInfoRecord()
/external/mdnsresponder/mDNSCore/
DmDNS.c8763 if (!ConstructServiceName(&question->qname, mDNSNULL, srv, domain)) return(mStatus_BadParamErr); in mDNS_StartBrowse_internal()
9822 …if (ConstructServiceName(&sr->RR_ADV.namestorage, (const domainlabel*)"\x09_services", (const doma… in mDNS_RegisterService()
9824 …if (ConstructServiceName(&sr->RR_PTR.namestorage, mDNSNULL, type, domain) == mDNSNULL) return(mSta… in mDNS_RegisterService()
9825 …if (ConstructServiceName(&sr->RR_SRV.namestorage, name, type, domain) == mDNSNULL) return(mSta… in mDNS_RegisterService()
9848 …if (ConstructServiceName(&sr->SubTypes[i].namestorage, mDNSNULL, &st, domain) == mDNSNULL) return(… in mDNS_RegisterService()
10095 …if (ConstructServiceName(&rr->namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadPara… in mDNS_RegisterNoSuchService()
DmDNSEmbeddedAPI.h2354 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainn…
DDNSCommon.c685 mDNSexport mDNSu8 *ConstructServiceName(domainname *const fqdn, in ConstructServiceName() function