Lines Matching refs:domainlabel

393 typedef struct { mDNSu8 c[ 64]; } domainlabel;      // One label: length byte and up to 63 characters
2376 domainlabel nicelabel; // Rich text label encoded using canonically precomposed UTF-8
2377 domainlabel hostlabel; // Conforms to RFC 1034 "letter-digit-hyphen" ARPANET host name rules
2763 const domainlabel *const name, const domainname *const type, const domainname *const domain,
2769 extern mStatus mDNS_RenameAndReregisterService(mDNS *const m, ServiceRecordSet *const sr, const domainlabel *newname);
2774 const domainlabel *const name, const domainname *const type, const domainname *const domain,
2845 #define FirstLabel(X) ((const domainlabel *)(X))
2846 #define SecondLabel(X) ((const domainlabel *)StripFirstLabel(X))
2847 #define ThirdLabel(X) ((const domainlabel *)StripFirstLabel(StripFirstLabel(X)))
2859 // AppendDomainLabel adds a single label from a native format domainlabel
2863 extern mDNSu8 *AppendDomainLabel (domainname *const name, const domainlabel *const label);
2871 extern mDNSBool MakeDomainLabelFromLiteralString(domainlabel *const label, const char *cstr);
2874 // Convert native format domainlabel or domainname back to C string format
2881 extern char *ConvertDomainLabelToCString_withescape(const domainlabel *const name, char *cstr, char esc);
2888 extern void ConvertUTF8PstringToRFC1034HostLabel(const mDNSu8 UTF8Name[], domainlabel *const hostlabel);
2890 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainname *type, const domainname *const domain);
2891 extern mDNSBool DeconstructServiceName(const domainname *const fqdn, domainlabel *const name, domainname *const type, domainname *const domain);
2924 extern void IncrementLabelSuffix(domainlabel *name, mDNSBool RichText);