ESP-IDF
ot::Dns::ServiceDiscovery::Server::kDefaultDomainName
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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::ServiceDiscovery::Server::kDefaultDomainName
ot::Dns::ServiceDiscovery::Server::kDefaultDomainName variable
Syntax
Show:
Summary
Declaration
Definition
from
dnssd_server.hpp:571
static
const
char
kDefaultDomainName
[
]
;
Implemented in
dnssd_server.cpp:46
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
Server
::
kDefaultDomainName
[
]
=
"default.service.arpa."
;
dnssd_server.cpp:46
static
const
char
kDefaultDomainName
[
]
;
dnssd_server.hpp:571
SuccessOrExit
(
error
=
Name
::
ExtractLabels
(
aHostName
,
kDefaultDomainName
,
hostLabels
)
)
;
dnssd_server.cpp:540
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::AppendSrvRecord()
return
Name
::
StripName
(
aName
,
kDefaultDomainName
)
;
dnssd_server.cpp:1093
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::StripDomainName()
return
Name
::
ExtractLabels
(
aFullName
,
kDefaultDomainName
,
aLabels
,
sizeof
(
aLabels
)
)
;
dnssd_server.cpp:1101
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::StripDomainName()
fullName
.
Append
(
"%s.%s"
,
aLabels
,
kDefaultDomainName
)
;
dnssd_server.cpp:1111
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::ConstructFullName()
fullName
.
Append
(
"%s.%s.%s"
,
aInstanceLabel
,
aServiceType
,
kDefaultDomainName
)
;
dnssd_server.cpp:1118
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::ConstructFullInstanceName()
fullName
.
Append
(
"%s._sub.%s.%s"
,
aSubTypeLabel
,
aServiceType
,
kDefaultDomainName
)
;
dnssd_server.cpp:1127
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::ConstructFullServiceSubTypeName()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::ServiceDiscovery::Server::kDefaultDomainName
is read by 5 functions:
All items filtered out
ot::Dns::ServiceDiscovery::Server::kDefaultDomainName
ot::Dns::ServiceDiscovery::Server::Response::AppendSrvRecord()
ot::Dns::ServiceDiscovery::Server::StripDomainName()
ot::Dns::ServiceDiscovery::Server::ConstructFullName()
ot::Dns::ServiceDiscovery::Server::ConstructFullInstanceName()
ot::Dns::ServiceDiscovery::Server::ConstructFullServiceSubTypeName()
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