Searched refs:AppendDomainLabel (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DProxyResponder.c76 AppendDomainLabel(&p->RR_A.namestorage, &p->hostlabel);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c4481 AppendDomainLabel(&info->AutoTunnelHostRecord.namestorage, &m->hostlabel);
4527 AppendDomainLabel(&info->AutoTunnelTarget.namestorage, &m->hostlabel);
4544 AppendDomainLabel(&info->AutoTunnelService.namestorage, &m->hostlabel);
4618 AppendDomainLabel(&info->AutoTunnel6Record.namestorage, &m->hostlabel);
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c826 // AppendDomainLabel appends a single label to a name.
827 // If successful, AppendDomainLabel returns a pointer to the next unused byte
830 // AppendDomainLabel returns mDNSNULL.
831 mDNSexport mDNSu8 *AppendDomainLabel(domainname *const name, const domainlabel *const label) function
2661 AppendDomainLabel(&hinfo.namestorage, &m->hostlabel);
H A DmDNSEmbeddedAPI.h2829 // AppendDomainLabel adds a single label from a native format domainlabel
2833 extern mDNSu8 *AppendDomainLabel (domainname *const name, const domainlabel *const label);
2871 //#define AppendDomainLabelToName(DST,SRC) AppendDomainLabel((DST),(SRC))
H A DmDNS.c12604 if (!AppendDomainLabel(&newmname, &m->hostlabel)) { LogMsg("ERROR: mDNS_SetFQDN: Cannot create MulticastHostname"); return; }

Completed in 200 milliseconds