ESP-IDF
kOptionClientIdentifier
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
kOptionClientIdentifier
kOptionClientIdentifier value
Syntax
Show:
Summary
Declaration
from
dhcp6.hpp:159
kOptionClientIdentifier
=
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kOptionClientIdentifier
=
1
,
dhcp6.hpp:159
SetCode
(
kOptionClientIdentifier
)
;
dhcp6.hpp:251
ot::Dhcp6::ClientIdentifier
ot::Dhcp6::ClientIdentifier::Init()
VerifyOrExit
(
(
optionOffset
=
FindOption
(
aMessage
,
offset
,
length
,
kOptionClientIdentifier
)
)
>
0
)
;
dhcp6_client.cpp:424
ot::Dhcp6::Client
ot::Dhcp6::Client::ProcessReply()
VerifyOrExit
(
(
optionOffset
=
FindOption
(
aMessage
,
offset
,
length
,
kOptionClientIdentifier
)
)
>
0
)
;
dhcp6_server.cpp:196
ot::Dhcp6::Server
ot::Dhcp6::Server::ProcessSolicit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kOptionClientIdentifier
is read by 3 functions:
All items filtered out
kOptionClientIdentifier
ot::Dhcp6::ClientIdentifier::Init()
ot::Dhcp6::Client::ProcessReply()
ot::Dhcp6::Server::ProcessSolicit()
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