ESP-IDF
kDuidLinkLayerAddress
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
kDuidLinkLayerAddress
kDuidLinkLayerAddress value
Syntax
Show:
Summary
Declaration
from
dhcp6.hpp:239
kDuidLinkLayerAddress
=
3
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kDuidLinkLayerAddress
=
3
,
///< Link-layer address (DUID-LL).
dhcp6.hpp:239
option
.
SetDuidType
(
kDuidLinkLayerAddress
)
;
dhcp6_client.cpp:314
ot::Dhcp6::Client
ot::Dhcp6::Client::AppendClientIdentifier()
(
option
.
GetDuidType
(
)
==
kDuidLinkLayerAddress
)
&&
dhcp6_client.cpp:473
ot::Dhcp6::Client
ot::Dhcp6::Client::ProcessServerIdentifier()
(
option
.
GetLength
(
)
==
(
sizeof
(
option
)
-
sizeof
(
Option
)
)
)
&&
(
option
.
GetDuidType
(
)
==
kDuidLinkLayerAddress
)
&&
dhcp6_client.cpp:490
ot::Dhcp6::Client
ot::Dhcp6::Client::ProcessClientIdentifier()
(
aClientId
.
GetDuidType
(
)
==
kDuidLinkLayerAddress
)
&&
dhcp6_server.cpp:249
ot::Dhcp6::Server
ot::Dhcp6::Server::ProcessClientIdentifier()
option
.
SetDuidType
(
kDuidLinkLayerAddress
)
;
dhcp6_server.cpp:368
ot::Dhcp6::Server
ot::Dhcp6::Server::AppendServerIdentifier()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kDuidLinkLayerAddress
is read by 5 functions:
All items filtered out
kDuidLinkLayerAddress
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