ESP-IDF
ot::Ip6::Filter::UpdateUnsecurePorts()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Filter::UpdateUnsecurePorts()
ot::Ip6::Filter::UpdateUnsecurePorts() method
Syntax
Show:
Summary
Declaration
Definition
from
ip6_filter.hpp:143
Error
UpdateUnsecurePorts
(
Action
aAction
,
uint16_t
aPort
)
;
Implemented in
ip6_filter.cpp:101
Arguments
Argument
aAction
aPort
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Filter
::
UpdateUnsecurePorts
(
Action
aAction
,
uint16_t
aPort
)
ip6_filter.cpp:101
Error
UpdateUnsecurePorts
(
Action
aAction
,
uint16_t
aPort
)
;
ip6_filter.hpp:143
Error
AddUnsecurePort
(
uint16_t
aPort
)
{
return
UpdateUnsecurePorts
(
kAdd
,
aPort
)
;
}
ip6_filter.hpp:91
ot::Ip6::Filter
ot::Ip6::Filter::AddUnsecurePort()
Error
RemoveUnsecurePort
(
uint16_t
aPort
)
{
return
UpdateUnsecurePorts
(
kRemove
,
aPort
)
;
}
ip6_filter.hpp:102
ot::Ip6::Filter
ot::Ip6::Filter::RemoveUnsecurePort()
Call Tree
from
examples
ot::Ip6::Filter::UpdateUnsecurePorts()
is called by 2 functions:
ot::Ip6::Filter::AddUnsecurePort()
ot::Ip6::Filter::RemoveUnsecurePort()
All items filtered out
ot::Ip6::Filter::UpdateUnsecurePorts()
All items filtered out
Data Use
from
examples
ot::Ip6::Filter::UpdateUnsecurePorts()
reads 5 variables:
ot::LogLevel::kLogLevelInfo
ot::Ip6::Filter::Action::kAdd
ot::kErrorNone
ot::kErrorInvalidArgs
ot::kErrorNotFound
All items filtered out
ot::Ip6::Filter::UpdateUnsecurePorts()
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