Home
last modified time | relevance | path

Searched refs:SetDuidType (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Ddhcp6.hpp267 …void SetDuidType(DuidType aDuidType) { mDuidType = BigEndian::HostSwap16(static_cast<uint16_t>(aDu… in SetDuidType() function in ot::Dhcp6::ClientIdentifier
334 …void SetDuidType(DuidType aDuidType) { mDuidType = BigEndian::HostSwap16(static_cast<uint16_t>(aDu… in SetDuidType() function in ot::Dhcp6::ServerIdentifier
Ddhcp6_server.cpp368 option.SetDuidType(kDuidLinkLayerAddress); in AppendServerIdentifier()
Ddhcp6_client.cpp314 option.SetDuidType(kDuidLinkLayerAddress); in AppendClientIdentifier()