Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlowpan.hpp254 void FindContextToCompressAddress(const Ip6::Address &aIp6Address, Context &aContext) const;
Dlowpan.cpp54 void Lowpan::FindContextToCompressAddress(const Ip6::Address &aIp6Address, Context &aContext) const in FindContextToCompressAddress() function in ot::Lowpan::Lowpan
247 FindContextToCompressAddress(ip6Header.GetSource(), srcContext); in Compress()
248 FindContextToCompressAddress(ip6Header.GetDestination(), dstContext); in Compress()