Searched defs:SetId (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | icmp6.hpp | 184 void SetId(uint16_t aId) { mData.m16[0] = BigEndian::HostSwap16(aId); } in SetId() function in ot::Ip6::Icmp::Header |
/openthread-latest/src/core/mac/ | ||
D | mac_header_ie.hpp | 91 void SetId(uint16_t aId) in SetId() function in ot::Mac::HeaderIe |
/openthread-latest/src/core/meshcop/ | ||
D | border_agent.cpp | 294 Error BorderAgent::SetId(const Id &aId) in SetId() function in ot::MeshCoP::BorderAgent |
D | commissioner.cpp | 355 Error Commissioner::SetId(const char *aId) in SetId() function in ot::MeshCoP::Commissioner |
/openthread-latest/src/core/common/ | ||
D | settings.hpp | 809 void SetId(const MeshCoP::BorderAgent::Id &aId) { mId = aId; } in SetId() function in ot::SettingsBase::BorderAgentId |