ESP-IDF
ot::Srp::Client::AppendHostName() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::AppendHostName() const
ot::Srp::Client::AppendHostName() const method
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1031
Error
AppendHostName
(
MsgInfo
&
aInfo
,
bool
aDoNotCompress
=
false
)
const
;
Arguments
Argument
aInfo
aDoNotCompress
Related Functions
Found 9 other functions taking a
MsgInfo
argument:
Function
ot::Srp::Client::PrepareUpdateMessage()
ot::Srp::Client::AppendKeyRecord() const
ot::Srp::Client::AppendDeleteAllRrsets() const
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::AppendHostDescriptionInstruction()
ot::Srp::Client::AppendAaaaRecord() const
ot::Srp::Client::AppendUpdateLeaseOptRecord()
ot::Srp::Client::AppendSignature()
ot::Srp::Client::AppendServiceInstruction()
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Client
::
AppendHostName
(
MsgInfo
&
aInfo
,
bool
aDoNotCompress
)
const
srp_client.cpp:1606
Error
AppendHostName
(
MsgInfo
&
aInfo
,
bool
aDoNotCompress
=
false
)
const
;
srp_client.hpp:1031
SuccessOrExit
(
error
=
AppendHostName
(
aInfo
)
)
;
srp_client.cpp:1458
ot::Srp::Client
ot::Srp::Client::AppendServiceInstruction()
SuccessOrExit
(
error
=
AppendHostName
(
aInfo
)
)
;
srp_client.cpp:1498
ot::Srp::Client
ot::Srp::Client::AppendHostDescriptionInstruction()
SuccessOrExit
(
error
=
AppendHostName
(
aInfo
)
)
;
srp_client.cpp:1545
ot::Srp::Client
ot::Srp::Client::AppendHostDescriptionInstruction()
SuccessOrExit
(
error
=
AppendHostName
(
aInfo
)
)
;
srp_client.cpp:1561
ot::Srp::Client
ot::Srp::Client::AppendAaaaRecord() const
SuccessOrExit
(
error
=
AppendHostName
(
aInfo
,
/* aDoNotCompress */
true
)
)
;
srp_client.cpp:1702
ot::Srp::Client
ot::Srp::Client::AppendSignature()
SuccessOrExit
(
error
=
AppendHostName
(
aInfo
)
)
;
srp_client.cpp:1733
ot::Srp::Client
ot::Srp::Client::AppendSignature()
Call Tree
from
examples
ot::Srp::Client::AppendHostName() const
is called by 4 functions and calls 2 functions:
ot::Srp::Client::AppendServiceInstruction()
ot::Srp::Client::AppendHostDescriptionInstruction()
ot::Srp::Client::AppendAaaaRecord() const
ot::Srp::Client::AppendSignature()
All items filtered out
ot::Srp::Client::AppendHostName() const
ot::Dns::Name::AppendPointerLabel()
ot::Dns::Name::AppendName()
All items filtered out
Data Use
from
examples
ot::Srp::Client::AppendHostName() const
reads 4 variables and writes 1 variable:
ot::Srp::Client::MsgInfo::kUnknownOffset
ot::Srp::Client::MsgInfo::mDomainNameOffset
ot::Srp::Client::MsgInfo::mHostNameOffset
ot::Srp::Client::mDomainName
All items filtered out
ot::Srp::Client::AppendHostName() const
ot::Srp::Client::MsgInfo::mHostNameOffset
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