Searched refs:ConstructServiceName (Results 1 – 6 of 6) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 257 …if (!ConstructServiceName(&srv, &n, &t, &d)) { errormsg = "B… in DNSServiceRegister() 504 …if (!ConstructServiceName(&srv, &n, &t, &d)) { errormsg = "Bad Name"; … in DNSServiceResolve()
|
D | uds_daemon.c | 558 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/openscreen/osp/impl/discovery/mdns/ |
D | mdns_responder_adapter_impl.cc | 766 if (!ConstructServiceName(&full_instance_name, &instance, &type, &domain)) in DeregisterService() 795 if (!ConstructServiceName(&full_instance_name, &instance, &type, &domain)) in UpdateTxtData()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 8763 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()
|
D | mDNSEmbeddedAPI.h | 2354 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainn…
|
D | DNSCommon.c | 685 mDNSexport mDNSu8 *ConstructServiceName(domainname *const fqdn, in ConstructServiceName() function
|