Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dicmp6.hpp184 void SetId(uint16_t aId) { mData.m16[0] = BigEndian::HostSwap16(aId); } in SetId() function in ot::Ip6::Icmp::Header
/openthread-latest/src/core/mac/
Dmac_header_ie.hpp91 void SetId(uint16_t aId) in SetId() function in ot::Mac::HeaderIe
/openthread-latest/src/core/meshcop/
Dborder_agent.cpp294 Error BorderAgent::SetId(const Id &aId) in SetId() function in ot::MeshCoP::BorderAgent
Dcommissioner.cpp355 Error Commissioner::SetId(const char *aId) in SetId() function in ot::MeshCoP::Commissioner
/openthread-latest/src/core/common/
Dsettings.hpp809 void SetId(const MeshCoP::BorderAgent::Id &aId) { mId = aId; } in SetId() function in ot::SettingsBase::BorderAgentId