Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c691 if (!ConstructServiceName(srv, &n, &t, &d)) return -1; in build_domainname_from_strings()
2387 if (!ConstructServiceName(&srv, &request->u.servicereg.name, &request->u.servicereg.type, &d)) in handle_regservice_request()
2580 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &b->domain); in add_domain_to_browser()
2605 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &ptr->domain); in browse_termination_callback()
2810ConstructServiceName(&m->DeviceInfo.namestorage, &m->nicelabel, &DeviceInfoName, &localdomain); in UpdateDeviceInfoRecord()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2795 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainn…
H A DmDNS.c12427 if (!ConstructServiceName(&question->qname, mDNSNULL, srv, domain)) in mDNS_StartBrowse_internal()
13571 …if (ConstructServiceName(&sr->RR_ADV.namestorage, (const domainlabel*)"\x09_services", (const doma… in mDNS_RegisterService()
13573 …if (ConstructServiceName(&sr->RR_PTR.namestorage, mDNSNULL, type, domain) == mDNSNULL) return(mSta… in mDNS_RegisterService()
13574 …if (ConstructServiceName(&sr->RR_SRV.namestorage, name, type, domain) == mDNSNULL) return(mSta… in mDNS_RegisterService()
13597 …if (ConstructServiceName(&sr->SubTypes[i].namestorage, mDNSNULL, &st, domain) == mDNSNULL) return(… in mDNS_RegisterService()
13864 …if (ConstructServiceName(&rr->namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadPara… in mDNS_RegisterNoSuchService()
H A DDNSCommon.c839 mDNSexport mDNSu8 *ConstructServiceName(domainname *const fqdn, in ConstructServiceName() function