Home
last modified time | relevance | path

Searched refs:domainlabel (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h437 typedef struct { mDNSu8 c[ 64]; } domainlabel; // One label: length byte and up to 63 characte… typedef
2253domainlabel nicelabel; // Rich text label encoded using canonically precomposed UTF-8
2254domainlabel hostlabel; // Conforms to RFC 1034 "letter-digit-hyphen" ARPANET host nam…
2656 … const domainlabel *const name, const domainname *const type, const domainname *const domain,
2662 …_RenameAndReregisterService(mDNS *const m, ServiceRecordSet *const sr, const domainlabel *newname);
2667 … const domainlabel *const name, const domainname *const type, const domainname *const domain,
2746 #define FirstLabel(X) ((const domainlabel *)(X))
2747 #define SecondLabel(X) ((const domainlabel *)StripFirstLabel(X))
2748 #define ThirdLabel(X) ((const domainlabel *)StripFirstLabel(StripFirstLabel(X)))
2764 extern mDNSu8 *AppendDomainLabel (domainname *const name, const domainlabel *const label);
[all …]
H A DDNSCommon.h133 extern mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText);
134 extern mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText);
135 extern void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText);
H A DDNSCommon.c703 mDNSexport mDNSu8 *AppendDomainLabel(domainname *const name, const domainlabel *const label) in AppendDomainLabel()
741 mDNSexport mDNSBool MakeDomainLabelFromLiteralString(domainlabel *const label, const char *cstr) in MakeDomainLabelFromLiteralString()
763 mDNSexport char *ConvertDomainLabelToCString_withescape(const domainlabel *const label, char *ptr, … in ConvertDomainLabelToCString_withescape()
801 ptr = ConvertDomainLabelToCString_withescape((const domainlabel *)src, ptr, esc); in ConvertDomainNameToCString_withescape()
816 mDNSexport void ConvertUTF8PstringToRFC1034HostLabel(const mDNSu8 UTF8Name[], domainlabel *const ho… in ConvertUTF8PstringToRFC1034HostLabel()
840 … const domainlabel *name, const domainname *type, const domainname *const domain) in ConstructServiceName()
889 …name = (domainlabel*)""; // Set this up to be non-null, to avoid errors if we have to call LogM… in ConstructServiceName()
949domainlabel *const name, domainname *const type, domainname *const domain) in DeconstructServiceName()
1060 mDNSexport mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText) in LabelContainsSuffix()
1086 mDNSexport mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText) in RemoveLabelSuffix()
[all …]
H A DmDNS.c12843 domainlabel oldlabel = m->hostlabel; in mDNS_HostNameCallback()
12878 domainlabel newUUIDLabel; in mDNS_RandomizedHostNameCallback()
13525 … const domainlabel *const name, const domainname *const type, const domainname *const domain, in mDNS_RegisterService()
13571 …if (ConstructServiceName(&sr->RR_ADV.namestorage, (const domainlabel*)"\x09_services", (const doma… in mDNS_RegisterService()
13742 …S_RenameAndReregisterService(mDNS *const m, ServiceRecordSet *const sr, const domainlabel *newname) in mDNS_RenameAndReregisterService()
13746 domainlabel name1, name2; in mDNS_RenameAndReregisterService()
13855 … const domainlabel *const name, const domainname *const type, const domainname *const domain, in mDNS_RegisterNoSuchService()
14385 mDNSlocal void ConstructSleepProxyServerName(mDNS *const m, domainlabel *name) in ConstructSleepProxyServerName()
14405 domainlabel name; in SleepProxyServerCallback()
14722 domainlabel name, newname; in mDNS_ConfigChanged()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.h153 domainlabel name;
H A Duds_daemon.c484 domainlabel name; in GenerateNTDResponse()
548 ConvertDomainLabelToCString_unescaped((const domainlabel *)servicename, namestr); in GenerateBrowseReply()
685 domainlabel n; in build_domainname_from_strings()
1384 domainlabel name; in _handle_regrecord_request_with_trust()
3754 domainlabel name; in _handle_queryrecord_request_with_trust()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c790 mDNSlocal void GetUserSpecifiedRFC1034ComputerName(domainlabel *const namelabel) in GetUserSpecifiedRFC1034ComputerName()
801 mDNSlocal void GetUserSpecifiedFriendlyComputerName(domainlabel *const namelabel) in GetUserSpecifiedFriendlyComputerName()