Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Ddhcp6.hpp314 const Mac::ExtAddress &GetDuidLinkLayerAddress(void) const { return mDuidLinkLayerAddress; } in GetDuidLinkLayerAddress() function in ot::Dhcp6::ClientIdentifier
388 const Mac::ExtAddress &GetDuidLinkLayerAddress(void) const { return mDuidLinkLayerAddress; } in GetDuidLinkLayerAddress() function in ot::Dhcp6::ServerIdentifier
Ddhcp6_server.cpp468 option.GetAddress().GetIid().SetFromExtAddress(aClientId.GetDuidLinkLayerAddress()); in AddIaAddress()
Ddhcp6_client.cpp504 …(option.GetDuidHardwareType() == kHardwareTypeEui64) && (option.GetDuidLinkLayerAddress() == eui64… in ProcessClientIdentifier()