Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c725 if (!ConstructServiceName(srv, &n, &t, &d)) return -1; in build_domainname_from_strings()
2121 if (!ConstructServiceName(&srv, &request->u.servicereg.name, &request->u.servicereg.type, &d)) in handle_regservice_request()
2253 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &b->domain); in add_domain_to_browser()
2278 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &ptr->domain); in browse_termination_callback()
2479ConstructServiceName(&m->DeviceInfo.namestorage, &m->nicelabel, &DeviceInfoName, &localdomain); in UpdateDeviceInfoRecord()
H A DmDNS.c12025 if (!ConstructServiceName(&question->qname, mDNSNULL, srv, domain)) in mDNS_StartBrowse_internal()
13290 …if (ConstructServiceName(&sr->RR_ADV.namestorage, (const domainlabel*)"\x09_services", (const doma… in mDNS_RegisterService()
13292 …if (ConstructServiceName(&sr->RR_PTR.namestorage, mDNSNULL, type, domain) == mDNSNULL) return(mSta… in mDNS_RegisterService()
13293 …if (ConstructServiceName(&sr->RR_SRV.namestorage, name, type, domain) == mDNSNULL) return(mSta… in mDNS_RegisterService()
13316 …if (ConstructServiceName(&sr->SubTypes[i].namestorage, mDNSNULL, &st, domain) == mDNSNULL) return(… in mDNS_RegisterService()
13551 …if (ConstructServiceName(&rr->namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadPara… in mDNS_RegisterNoSuchService()
H A DmDNSEmbeddedAPI.h2871 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainn…
H A DDNSCommon.c974 mDNSexport mDNSu8 *ConstructServiceName(domainname *const fqdn, in ConstructServiceName() function