ESP-IDF
ot::Dns::Name::kLabelSeparatorChar
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Name::kLabelSeparatorChar
ot::Dns::Name::kLabelSeparatorChar variable
Dot character separating labels in a name.
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:467
static
constexpr
char
kLabelSeparatorChar
=
'.'
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
char
kLabelSeparatorChar
=
'.'
;
dns_types.hpp:467
matches
=
CompareAndSkipLabels
(
namePtr
,
aFirstLabel
,
kLabelSeparatorChar
)
;
dns_types.cpp:110
ot::Dns::Name
ot::Dns::Name::Matches() const
matches
=
CompareAndSkipLabels
(
namePtr
,
aLabels
,
kLabelSeparatorChar
)
;
dns_types.cpp:114
ot::Dns::Name
ot::Dns::Name::Matches() const
if
(
(
ch
==
kNullChar
)
||
(
ch
==
kLabelSeparatorChar
)
)
dns_types.cpp:237
ot::Dns::Name
ot::Dns::Name::AppendMultipleLabels()
*
aNameBuffer
++
=
kLabelSeparatorChar
;
dns_types.cpp:382
ot::Dns::Name
ot::Dns::Name::ReadName()
*
aNameBuffer
++
=
kLabelSeparatorChar
;
dns_types.cpp:399
ot::Dns::Name
ot::Dns::Name::ReadName()
if
(
*
aName
==
kLabelSeparatorChar
)
dns_types.cpp:457
ot::Dns::Name
ot::Dns::Name::CompareName()
VerifyOrExit
(
StringFind
(
aLabelBuffer
,
kLabelSeparatorChar
)
==
nullptr
,
error
=
kErrorParse
)
;
dns_types.cpp:637
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::ReadLabel() const
if
(
!
aIsSingleLabel
&&
(
*
aName
==
kLabelSeparatorChar
)
)
dns_types.cpp:674
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::CompareLabel() const
VerifyOrExit
(
*
suffixStart
==
kLabelSeparatorChar
)
;
dns_types.cpp:724
ot::Dns::Name
ot::Dns::Name::ExtractLabels()
if
(
nameLength
>
0
&&
aName
[
nameLength
-
1
]
==
kLabelSeparatorChar
)
dns_types.cpp:750
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
if
(
domainLength
>
0
&&
aDomain
[
domainLength
-
1
]
==
kLabelSeparatorChar
)
dns_types.cpp:756
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
VerifyOrExit
(
aName
[
-
1
]
==
kLabelSeparatorChar
)
;
dns_types.cpp:768
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
OT_ASSERT
(
StringEndsWith
(
aServiceFullName
,
Name
::
kLabelSeparatorChar
)
)
;
dnssd_server.cpp:1244
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredServiceInstance()
OT_ASSERT
(
StringEndsWith
(
aInstanceInfo
.
mFullName
,
Name
::
kLabelSeparatorChar
)
)
;
dnssd_server.cpp:1245
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredServiceInstance()
OT_ASSERT
(
StringEndsWith
(
aInstanceInfo
.
mHostName
,
Name
::
kLabelSeparatorChar
)
)
;
dnssd_server.cpp:1246
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredServiceInstance()
OT_ASSERT
(
StringEndsWith
(
aHostFullName
,
Name
::
kLabelSeparatorChar
)
)
;
dnssd_server.cpp:1287
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredHost()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Name::kLabelSeparatorChar
is read by 10 functions:
All items filtered out
ot::Dns::Name::kLabelSeparatorChar
ot::Dns::Name::Matches() const
ot::Dns::Name::AppendMultipleLabels()
ot::Dns::Name::ReadName()
ot::Dns::Name::CompareName()
ot::Dns::Name::LabelIterator::ReadLabel() const
ot::Dns::Name::LabelIterator::CompareLabel() const
ot::Dns::Name::ExtractLabels()
ot::Dns::Name::IsSubDomainOf()
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredServiceInstance()
ot::Dns::ServiceDiscovery::Server::HandleDiscoveredHost()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out