ESP-IDF
otIp6AddressInfo
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
otIp6AddressInfo
otIp6AddressInfo struct
Represents IPv6 address information.
Syntax
Show:
Summary
Declaration
from
ip6.h:422
typedef
struct
otIp6AddressInfo
{
const
otIp6Address
*
mAddress
;
uint8_t
mPrefixLength
;
uint8_t
mScope
:
4
;
bool
mPreferred
:
1
;
bool
mMeshLocal
:
1
;
}
otIp6AddressInfo
;
Fields
Field
Declared as
otIp6AddressInfo::mAddress
const
otIp6Address
*
otIp6AddressInfo::mPrefixLength
uint8_t
otIp6AddressInfo::mScope
uint8_t
:
4
otIp6AddressInfo::mPreferred
bool
:
1
otIp6AddressInfo::mMeshLocal
bool
:
1
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out