Searched defs:domainlabel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h393 typedef struct { mDNSu8 c[ 64]; } domainlabel; // One label: length byte and up to 63 characters typedef in typeref:struct:__anon37
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
[all...]

Completed in 108 milliseconds