Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:AppendDomainLabel

540 // AppendDomainLabel appends a single label to a name.
541 // If successful, AppendDomainLabel returns a pointer to the next unused byte
544 // AppendDomainLabel returns mDNSNULL.
545 mDNSexport mDNSu8 *AppendDomainLabel(domainname *const name, const domainlabel *const label)
1986 AppendDomainLabel(&hinfo.namestorage, &m->hostlabel);