ESP-IDF
ot::Dhcp6::kHardwareTypeEui64
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::Dhcp6::kHardwareTypeEui64
ot::Dhcp6::kHardwareTypeEui64 variable
Syntax
Show:
Summary
Declaration
from
dhcp6.hpp:62
constexpr
uint16_t
kHardwareTypeEui64
=
27
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint16_t
kHardwareTypeEui64
=
27
;
dhcp6.hpp:62
option
.
SetDuidHardwareType
(
kHardwareTypeEui64
)
;
dhcp6_client.cpp:315
ot::Dhcp6::Client
ot::Dhcp6::Client::AppendClientIdentifier()
(
option
.
GetDuidHardwareType
(
)
==
kHardwareTypeEui64
)
)
,
dhcp6_client.cpp:474
ot::Dhcp6::Client
ot::Dhcp6::Client::ProcessServerIdentifier()
(
option
.
GetDuidHardwareType
(
)
==
kHardwareTypeEui64
)
&&
(
option
.
GetDuidLinkLayerAddress
(
)
==
eui64
)
,
dhcp6_client.cpp:491
ot::Dhcp6::Client
ot::Dhcp6::Client::ProcessClientIdentifier()
(
aClientId
.
GetDuidHardwareType
(
)
==
kHardwareTypeEui64
)
,
dhcp6_server.cpp:250
ot::Dhcp6::Server
ot::Dhcp6::Server::ProcessClientIdentifier()
option
.
SetDuidHardwareType
(
kHardwareTypeEui64
)
;
dhcp6_server.cpp:369
ot::Dhcp6::Server
ot::Dhcp6::Server::AppendServerIdentifier()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dhcp6::kHardwareTypeEui64
is read by 5 functions:
All items filtered out
ot::Dhcp6::kHardwareTypeEui64
ot::Dhcp6::Client::AppendClientIdentifier()
ot::Dhcp6::Client::ProcessServerIdentifier()
ot::Dhcp6::Client::ProcessClientIdentifier()
ot::Dhcp6::Server::ProcessClientIdentifier()
ot::Dhcp6::Server::AppendServerIdentifier()
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