Home
last modified time | relevance | path

Searched refs:ApplyPrefix (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ip_address.cpp425 address.GetIid().ApplyPrefix(ip6Prefix); in TestIp6AddressSetPrefix()
431 address.GetIid().ApplyPrefix(ip6Prefix); in TestIp6AddressSetPrefix()
/openthread-latest/src/core/net/
Dip6_address.hpp552 void ApplyPrefix(const Prefix &aPrefix);
Dip6_address.cpp314 void InterfaceIdentifier::ApplyPrefix(const Prefix &aPrefix) in ApplyPrefix() function in ot::Ip6::InterfaceIdentifier
/openthread-latest/src/core/thread/
Dlowpan.cpp91 aIid.ApplyPrefix(aContext.mPrefix); in ComputeIid()