Searched refs:ComputeIid (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/thread/ |
D | lowpan.cpp | 64 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()
|
D | lowpan.hpp | 278 …static Error ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent…
|