Home
last modified time | relevance | path

Searched defs:aLocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.cpp282 void InterfaceIdentifier::SetToLocator(uint16_t aLocator) in SetToLocator()
449 void Address::SetToLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aLocator) in SetToLocator()
H A Dip6_address.hpp541 void SetLocator(uint16_t aLocator) { mFields.m16[3] = BigEndian::HostSwap16(aLocator); } in SetLocator()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop.hpp439 void SetLocator(uint16_t aLocator) in SetLocator()
H A Dmeshcop_tlvs.hpp439 void SetBorderAgentLocator(uint16_t aLocator) { mLocator = BigEndian::HostSwap16(aLocator); } in SetBorderAgentLocator()
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtypes.hpp126 Ip6Address(uint16_t aLocator) in Ip6Address()