ESP-IDF
ot::Dns::Name::LabelBuffer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::Name::LabelBuffer
ot::Dns::Name::LabelBuffer
Represents a string buffer (with `kMaxLabelSize`) intended to hold a DNS label.
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:477
typedef
char
LabelBuffer
[
kMaxLabelSize
]
;
Examples
References
from
examples
Code
Location
Referrer
typedef
char
LabelBuffer
[
kMaxLabelSize
]
;
dns_types.hpp:477
Name
::
LabelBuffer
label
;
dnssd_server.cpp:455
ot::Dns::ServiceDiscovery::Server::Response::ParseQueryName()
Name
::
LabelBuffer
&
aInstanceLabel
,
dnssd_server.cpp:1054
ot::Dns::ServiceDiscovery::Server::ReadQueryInstanceName()
Error
Server
::
Response
::
ExtractServiceInstanceLabel
(
const
char
*
aInstanceName
,
Name
::
LabelBuffer
&
aLabel
)
dnssd_server.cpp:1130
ot::Dns::ServiceDiscovery::Server::Response::ExtractServiceInstanceLabel()
Name
::
LabelBuffer
instanceLabel
;
dnssd_server.cpp:1179
ot::Dns::ServiceDiscovery::Server::Response::Answer()
Error
ExtractServiceInstanceLabel
(
const
char
*
aInstanceName
,
Name
::
LabelBuffer
&
aLabel
)
;
dnssd_server.hpp:420
Name
::
LabelBuffer
&
aInstanceLabel
,
dnssd_server.hpp:535
Dns
::
Name
::
LabelBuffer
instanceLabel
;
srp_server.cpp:994
ot::Srp::Server::ProcessServiceDiscoveryInstructions() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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