ESP-IDF
ot::Ip6::NetifIdentifier
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::NetifIdentifier
ot::Ip6::NetifIdentifier enum
Defines the network interface identifiers.
Syntax
Show:
Summary
Declaration
from
udp6.hpp:71
enum
NetifIdentifier
:
uint8_t
{
kNetifUnspecified
=
OT_NETIF_UNSPECIFIED
,
kNetifThread
=
OT_NETIF_THREAD
,
kNetifBackbone
=
OT_NETIF_BACKBONE
,
}
;
Values
Value
Declared as
ot::Ip6::NetifIdentifier::kNetifUnspecified
=
OT_NETIF_UNSPECIFIED
ot::Ip6::NetifIdentifier::kNetifThread
=
OT_NETIF_THREAD
ot::Ip6::NetifIdentifier::kNetifBackbone
=
OT_NETIF_BACKBONE
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
NetifIdentifier
:
uint8_t
udp6.hpp:71
DefineMapEnum
(
otCacheEntryState
,
AddressResolver
::
EntryInfo
::
State
)
;
address_resolver.hpp:402
DefineMapEnum
(
otCoapType
,
Coap
::
Type
)
;
coap_message.hpp:1177
DefineMapEnum
(
otCoapCode
,
Coap
::
Code
)
;
coap_message.hpp:1178
DefineMapEnum
(
otMessageOrigin
,
Message
::
Origin
)
;
message.hpp:1906
DefineMapEnum
(
otDeviceRole
,
Mle
::
DeviceRole
)
;
mle_types.hpp:700
DefineMapEnum
(
otPowerSupply
,
Mle
::
DeviceProperties
::
PowerSupply
)
;
mle_types.hpp:703
DefineMapEnum
(
otNat64State
,
Nat64
::
State
)
;
nat64_translator.hpp:380
DefineMapEnum
(
otSrpClientItemState
,
Srp
::
Client
::
ItemState
)
;
srp_client.hpp:1118
DefineMapEnum
(
otNetifIdentifier
,
Ip6
::
NetifIdentifier
)
;
udp6.hpp:671
Error
Coap
::
Start
(
uint16_t
aPort
,
Ip6
::
NetifIdentifier
aNetifIdentifier
)
coap.cpp:1669
ot::Coap::Coap::Start()
ot::Coap::Coap::Start()::aNetifIdentifier
Error
Start
(
uint16_t
aPort
,
Ip6
::
NetifIdentifier
aNetifIdentifier
=
Ip6
::
kNetifUnspecified
)
;
coap.hpp:917
ot::Coap::Coap::Start()
ot::Coap::Coap::Start()::aNetifIdentifier
Error
Udp
::
Socket
::
Bind
(
const
SockAddr
&
aSockAddr
,
NetifIdentifier
aNetifIdentifier
)
udp6.cpp:92
ot::Ip6::Udp::Socket::Bind()
Error
Udp
::
Socket
::
Bind
(
uint16_t
aPort
,
NetifIdentifier
aNetifIdentifier
)
udp6.cpp:97
ot::Ip6::Udp::Socket::Bind()
Error
Udp
::
Socket
::
JoinNetifMulticastGroup
(
NetifIdentifier
aNetifIdentifier
,
const
Address
&
aAddress
)
udp6.cpp:114
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()::aNetifIdentifier
Error
Udp
::
Socket
::
LeaveNetifMulticastGroup
(
NetifIdentifier
aNetifIdentifier
,
const
Address
&
aAddress
)
udp6.cpp:131
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()::aNetifIdentifier
Error
Udp
::
Bind
(
SocketHandle
&
aSocket
,
const
SockAddr
&
aSockAddr
,
NetifIdentifier
aNetifIdentifier
)
udp6.cpp:195
ot::Ip6::Udp::Bind()
ot::Ip6::Udp::Bind()::aNetifIdentifier
Error
Bind
(
const
SockAddr
&
aSockAddr
,
NetifIdentifier
aNetifIdentifier
=
kNetifThread
)
;
udp6.hpp:208
ot::Ip6::Udp::Socket::Bind()
Error
Bind
(
uint16_t
aPort
,
NetifIdentifier
aNetifIdentifier
=
kNetifThread
)
;
udp6.hpp:219
ot::Ip6::Udp::Socket::Bind()
Error
JoinNetifMulticastGroup
(
NetifIdentifier
aNetifIdentifier
,
const
Address
&
aAddress
)
;
udp6.hpp:287
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()::aNetifIdentifier
Error
LeaveNetifMulticastGroup
(
NetifIdentifier
aNetifIdentifier
,
const
Address
&
aAddress
)
;
udp6.hpp:298
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()::aNetifIdentifier
Error
Bind
(
SocketHandle
&
aSocket
,
const
SockAddr
&
aSockAddr
,
NetifIdentifier
aNetifIdentifier
)
;
udp6.hpp:493
ot::Ip6::Udp::Bind()
ot::Ip6::Udp::Bind()::aNetifIdentifier
DefineMapEnum
(
otNetifIdentifier
,
Ip6
::
NetifIdentifier
)
;
udp6.hpp:671
ot::MappedEnum::Type
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()::aNetifIdentifier
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()
udp6.hpp:287
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()::aNetifIdentifier
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()
udp6.hpp:298
ot::Ip6::Udp::Bind()::aNetifIdentifier
ot::Ip6::Udp::Bind()
udp6.hpp:493
ot::MappedEnum::Type
udp6.hpp:671
ot::Coap::Coap::Start()::aNetifIdentifier
ot::Coap::Coap::Start()
coap.hpp:917
ot::Coap::Coap::Start()::aNetifIdentifier
ot::Coap::Coap::Start()
coap.cpp:1669
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()::aNetifIdentifier
ot::Ip6::Udp::Socket::JoinNetifMulticastGroup()
udp6.cpp:114
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()::aNetifIdentifier
ot::Ip6::Udp::Socket::LeaveNetifMulticastGroup()
udp6.cpp:131
ot::Ip6::Udp::Bind()::aNetifIdentifier
ot::Ip6::Udp::Bind()
udp6.cpp:195
Lifecycle
from
examples
All items filtered out
All items filtered out