Home
last modified time | relevance | path

Searched defs:aNetworkPrefix (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/net/
Dip6_address.hpp157 … void Set(const NetworkPrefix &aNetworkPrefix) { Set(aNetworkPrefix.m8, NetworkPrefix::kLength); } in Set()
780 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator()
793 void SetToAnycastLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aAloc16) in SetToAnycastLocator()
878 void SetMulticastNetworkPrefix(const NetworkPrefix &aNetworkPrefix) in SetMulticastNetworkPrefix()
Dip6_address.cpp373 void Address::SetPrefix(const NetworkPrefix &aNetworkPrefix) in SetPrefix()
412 void Address::SetToLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aLocator) in SetToLocator()