ESP-IDF
ot::Dns::Client::kNameOffsetInQuery
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::Client::kNameOffsetInQuery
ot::Dns::Client::kNameOffsetInQuery variable
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:785
static
constexpr
uint16_t
kNameOffsetInQuery
=
sizeof
(
QueryInfo
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kNameOffsetInQuery
=
sizeof
(
QueryInfo
)
;
dns_client.hpp:785
uint16_t
offset
=
kNameOffsetInQuery
;
dns_client.cpp:149
ot::Dns::Client::Response
ot::Dns::Client::Response::GetName() const
Name
name
(
*
mQuery
,
kNameOffsetInQuery
)
;
dns_client.cpp:411
ot::Dns::Client::AddressResponse
ot::Dns::Client::AddressResponse::GetAddress() const
Name
serviceName
(
*
mQuery
,
kNameOffsetInQuery
)
;
dns_client.cpp:460
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::GetServiceInstance() const
Name
serviceName
(
*
mQuery
,
kNameOffsetInQuery
)
;
dns_client.cpp:513
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::FindPtrRecord() const
uint16_t
offset
=
kNameOffsetInQuery
;
dns_client.cpp:570
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceName() const
Name
name
(
*
response
->
mQuery
,
kNameOffsetInQuery
)
;
dns_client.cpp:591
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
return
aMessage
.
AppendBytesFromMessage
(
aQuery
,
kNameOffsetInQuery
,
aQuery
.
GetLength
(
)
-
kNameOffsetInQuery
)
;
dns_client.cpp:1212
ot::Dns::Client
ot::Dns::Client::AppendNameFromQuery()
queryName
.
SetFromMessage
(
*
aQuery
,
kNameOffsetInQuery
)
;
dns_client.cpp:1378
ot::Dns::Client
ot::Dns::Client::ParseResponse()
SuccessOrExit
(
response
.
ReadServiceInfo
(
Response
::
kAnswerSection
,
Name
(
aQuery
,
kNameOffsetInQuery
)
,
serviceInfo
)
)
;
dns_client.cpp:1729
ot::Dns::Client
ot::Dns::Client::ResolveHostAddressIfNeeded()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Client::kNameOffsetInQuery
is read by 9 functions:
All items filtered out
ot::Dns::Client::kNameOffsetInQuery
ot::Dns::Client::Response::GetName() const
ot::Dns::Client::AddressResponse::GetAddress() const
ot::Dns::Client::BrowseResponse::GetServiceInstance() const
ot::Dns::Client::BrowseResponse::FindPtrRecord() const
ot::Dns::Client::ServiceResponse::GetServiceName() const
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
ot::Dns::Client::AppendNameFromQuery()
ot::Dns::Client::ParseResponse()
ot::Dns::Client::ResolveHostAddressIfNeeded()
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