Home
last modified time | relevance | path

Searched refs:ComputeIid (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dlowpan.cpp75 Error Lowpan::ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent… in ComputeIid() function in ot::Lowpan::Lowpan
108 IgnoreError(ComputeIid(aMacAddr, aContext, iid)); in CompressSourceIid()
137 IgnoreError(ComputeIid(aMacAddr, aContext, iid)); in CompressDestinationIid()
717 IgnoreError(ComputeIid(aMacAddrs.mSource, srcContext, aIp6Header.GetSource().GetIid())); in DecompressBaseHeader()
756 …SuccessOrExit(ComputeIid(aMacAddrs.mDestination, dstContext, aIp6Header.GetDestination().GetIid())… in DecompressBaseHeader()
Dlowpan.hpp290 …static Error ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent…