ESP-IDF
ot::Srp::Server::ProcessAdditionalSection() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::Server::ProcessAdditionalSection() const
ot::Srp::Server::ProcessAdditionalSection() const method
Syntax
Show:
Summary
Declaration
Definition
from
srp_server.hpp:940
Error
ProcessAdditionalSection
(
Host
*
aHost
,
const
Message
&
aMessage
,
MessageMetadata
&
aMetadata
)
const
;
Implemented in
srp_server.cpp:1208
Arguments
Argument
aHost
aMessage
aMetadata
Related Functions
Found 13 other functions taking a
Host
argument:
Function
Description
ot::Srp::Server::CommitSrpUpdate()
ot::Srp::Server::RemoveHost()
ot::Srp::Server::InformUpdateHandlerOrCommit()
ot::Srp::Server::ProcessUpdateSection() const
ot::Srp::Server::ProcessHostDescriptionInstruction() const
ot::Srp::Server::ProcessServiceDiscoveryInstructions() const
ot::Srp::Server::ProcessServiceDescriptionInstructions() const
ot::Srp::Server::HandleUpdate()
ot::Srp::Server::HasNameConflictsWith() const
ot::Srp::Server::UpdateAddrResolverCacheTable()
ot::Srp::Server::Service::Init()
ot::Srp::Server::UpdateMetadata::UpdateMetadata()
ot::Srp::Server::GetNextHost()
Returns the next registered SRP host.
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Server
::
ProcessAdditionalSection
(
Host
*
aHost
,
const
Message
&
aMessage
,
MessageMetadata
&
aMetadata
)
const
srp_server.cpp:1208
Error
ProcessAdditionalSection
(
Host
*
aHost
,
const
Message
&
aMessage
,
MessageMetadata
&
aMetadata
)
const
;
srp_server.hpp:940
SuccessOrExit
(
error
=
ProcessAdditionalSection
(
host
,
aMessage
,
aMetadata
)
)
;
srp_server.cpp:821
ot::Srp::Server
ot::Srp::Server::ProcessDnsUpdate()
Call Tree
from
examples
ot::Srp::Server::ProcessAdditionalSection() const
is called by 1 function and calls 15 functions:
ot::Srp::Server::ProcessDnsUpdate()
All items filtered out
ot::Srp::Server::ProcessAdditionalSection() const
ot::Srp::Server::Host::GetLease() const
ot::Srp::Server::Host::SetLease()
ot::Srp::Server::Host::SetKeyLease()
ot::Srp::Server::Host::SetUseShortLeaseOption()
ot::Dns::ResourceRecord::GetLength() const
ot::Dns::ResourceRecord::GetSize() const
ot::Dns::SigRecord::GetTypeCovered() const
ot::Dns::SigRecord::GetAlgorithm() const
ot::Dns::LeaseOption::IsShortVariant() const
ot::Dns::LeaseOption::GetLeaseInterval() const
ot::Dns::LeaseOption::GetKeyLeaseInterval() const
ot::Logger::LogOnError()
ot::Srp::Server::VerifySignature() const
ot::Dns::SigRecord::IsValid() const
ot::Dns::LeaseOption::ReadFrom()
All items filtered out
Data Use
from
examples
ot::Srp::Server::ProcessAdditionalSection() const
reads 7 variables and writes 1 variable:
ot::Srp::Server::MessageMetadata::mOffset
ot::kErrorNone
ot::kErrorFailed
ot::kErrorParse
ot::Dns::ResourceRecord::GetLength() const
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256
ot::Crypto::Ecdsa::P256::Signature::kSize
All items filtered out
ot::Srp::Server::ProcessAdditionalSection() const
ot::Srp::Server::MessageMetadata::mOffset
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