Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:hostlabel

9265 	if (!AppendDomainLabel(&newmname, &m->hostlabel))  { LogMsg("ERROR: mDNS_SetFQDN: Cannot create MulticastHostname"); return; }
9312 domainlabel oldlabel = m->hostlabel;
9321 if (SameDomainLabel(m->hostlabel.c, oldlabel.c))
9322 IncrementLabelSuffix(&m->hostlabel, mDNSfalse);
9324 // 3. Generate the FQDNs from the hostlabel,
9327 LogMsg("Local Hostname %#s.local already in use; will try %#s.local instead", oldlabel.c, m->hostlabel.c);
10695 m->hostlabel.c[0] = 0;