Searched refs:domainlabel (Results 1 – 10 of 10) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
D | ProxyResponder.c | 49 domainlabel hostlabel; // Conforms to standard DNS letter-digit-hyphen host name rules 135 domainlabel n; in RegisterService() 195 domainlabel n; in NoSuchServiceCallback() 210 domainlabel n; in RegisterNoSuchService()
|
D | Client.c | 44 domainlabel name; in BrowseCallback()
|
D | Responder.c | 426 domainlabel name; in RegisterOneService()
|
D | mDNSPosix.c | 482 mDNSlocal void GetUserSpecifiedRFC1034ComputerName(domainlabel *const namelabel) in GetUserSpecifiedRFC1034ComputerName() 498 mDNSlocal void GetUserSpecifiedFriendlyComputerName(domainlabel *const namelabel) in GetUserSpecifiedFriendlyComputerName()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 370 typedef struct { mDNSu8 c[ 64]; } domainlabel; // One label: length byte and up to 63 characters typedef 1857 domainlabel nicelabel; // Rich text label encoded using canonically precomposed UTF-8 1858 domainlabel hostlabel; // Conforms to RFC 1034 "letter-digit-hyphen" ARPANET host name rules 1899 …domainlabel AutoTunnelLabel; // Used to construct hostname for *IPv4* address of tunnel end… 2217 … const domainlabel *const name, const domainname *const type, const domainname *const domain, 2223 …_RenameAndReregisterService(mDNS *const m, ServiceRecordSet *const sr, const domainlabel *newname); 2228 … const domainlabel *const name, const domainname *const type, const domainname *const domain, 2298 #define FirstLabel(X) ((const domainlabel *)(X)) 2299 #define SecondLabel(X) ((const domainlabel *)StripFirstLabel(X)) 2300 #define ThirdLabel(X) ((const domainlabel *)StripFirstLabel(StripFirstLabel(X))) [all …]
|
D | DNSCommon.h | 116 extern mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText); 117 extern mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText); 118 extern void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText);
|
D | DNSCommon.c | 545 mDNSexport mDNSu8 *AppendDomainLabel(domainname *const name, const domainlabel *const label) in AppendDomainLabel() 583 mDNSexport mDNSBool MakeDomainLabelFromLiteralString(domainlabel *const label, const char *cstr) in MakeDomainLabelFromLiteralString() 605 mDNSexport char *ConvertDomainLabelToCString_withescape(const domainlabel *const label, char *ptr, … in ConvertDomainLabelToCString_withescape() 643 ptr = ConvertDomainLabelToCString_withescape((const domainlabel *)src, ptr, esc); in ConvertDomainNameToCString_withescape() 658 mDNSexport void ConvertUTF8PstringToRFC1034HostLabel(const mDNSu8 UTF8Name[], domainlabel *const ho… in ConvertUTF8PstringToRFC1034HostLabel() 686 const domainlabel *name, const domainname *type, const domainname *const domain) in ConstructServiceName() 735 …name = (domainlabel*)""; // Set this up to be non-null, to avoid errors if we have to call LogMsg(… in ConstructServiceName() 805 domainlabel *const name, domainname *const type, domainname *const domain) in DeconstructServiceName() 888 mDNSexport mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText) in LabelContainsSuffix() 914 mDNSexport mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText) in RemoveLabelSuffix() [all …]
|
D | mDNS.c | 9312 domainlabel oldlabel = m->hostlabel; in mDNS_HostNameCallback() 9769 const domainlabel *const name, const domainname *const type, const domainname *const domain, in mDNS_RegisterService() 9822 …if (ConstructServiceName(&sr->RR_ADV.namestorage, (const domainlabel*)"\x09_services", (const doma… in mDNS_RegisterService() 9970 …S_RenameAndReregisterService(mDNS *const m, ServiceRecordSet *const sr, const domainlabel *newname) in mDNS_RenameAndReregisterService() 9974 domainlabel name1, name2; in mDNS_RenameAndReregisterService() 10079 const domainlabel *const name, const domainname *const type, const domainname *const domain, in mDNS_RegisterNoSuchService() 10511 mDNSlocal void ConstructSleepProxyServerName(mDNS *const m, domainlabel *name) in ConstructSleepProxyServerName() 10530 domainlabel name; in SleepProxyServerCallback() 10795 domainlabel name, newname; in mDNS_ConfigChanged()
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 61 domainlabel name; 184 domainlabel name; in RegCallback() 240 domainlabel n; in DNSServiceRegister() 372 domainlabel name; in FoundInstance() 493 domainlabel n; in DNSServiceResolve()
|
D | uds_daemon.c | 176 domainlabel name; 402 domainlabel name; in GenerateNTDResponse() 457 ConvertDomainLabelToCString_unescaped((const domainlabel *)servicename, namestr); in GenerateBonjourBrowserResponse() 552 domainlabel n; in build_domainname_from_strings()
|