Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlowpan.cpp64 Error Lowpan::ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent… in ComputeIid() function in ot::Lowpan::Lowpan
97 IgnoreError(ComputeIid(aMacAddr, aContext, iid)); in CompressSourceIid()
126 IgnoreError(ComputeIid(aMacAddr, aContext, iid)); in CompressDestinationIid()
707 IgnoreError(ComputeIid(aMacAddrs.mSource, srcContext, aIp6Header.GetSource().GetIid())); in DecompressBaseHeader()
746 …SuccessOrExit(ComputeIid(aMacAddrs.mDestination, dstContext, aIp6Header.GetDestination().GetIid())… in DecompressBaseHeader()
Dlowpan.hpp278 …static Error ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent…