Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:labels

383 // The longest legal domain name is 256 bytes, in the form of four labels as shown below:
386 // If every character has to be represented as a four-byte escape sequence, then this makes the maximum textual form four labels
2277 // in domain name labels, including unlikely characters like ascii nulls and even dots) all the mDNS APIs
2309 // Append functions to append one or more labels to an existing native format domain name:
2311 // AppendDNSNameString adds zero or more labels from a C string using conventional DNS dots-and-escaping interpretation
2313 // AppendDomainName adds zero or more labels from a native format domainname
2322 // dots separate labels, and within each label, '\.' represents a literal dot, '\\' represents a literal