ESP-IDF
ot::Srp::Server::Host::mTtl
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::Srp::Server::Host::mTtl
ot::Srp::Server::Host::mTtl field
Syntax
Show:
Summary
Declaration
from
srp_server.hpp:576
uint32_t
mTtl
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mTtl
;
// The TTL in seconds.
srp_server.hpp:576
,
mTtl
(
0
)
srp_server.cpp:1995
ot::Srp::Server::Host
ot::Srp::Server::Host::Host()
VerifyOrExit
(
aTtl
&&
(
mTtl
==
0
||
mTtl
==
aTtl
)
)
;
srp_server.cpp:2080
ot::Srp::Server::Host
ot::Srp::Server::Host::ProcessTtl()
mTtl
=
aTtl
;
srp_server.cpp:2082
ot::Srp::Server::Host
ot::Srp::Server::Host::ProcessTtl()
uint32_t
GetTtl
(
void
)
const
{
return
mTtl
;
}
srp_server.hpp:480
ot::Srp::Server::Host
ot::Srp::Server::Host::GetTtl() const
void
SetTtl
(
uint32_t
aTtl
)
{
mTtl
=
aTtl
;
}
srp_server.hpp:555
ot::Srp::Server::Host
ot::Srp::Server::Host::SetTtl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Server::Host::mTtl
is written by 2 functions and is read by 2 functions:
ot::Srp::Server::Host::SetTtl()
ot::Srp::Server::Host::ProcessTtl()
All items filtered out
ot::Srp::Server::Host::mTtl
ot::Srp::Server::Host::GetTtl() const
ot::Srp::Server::Host::ProcessTtl()
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