Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dnetwork_data_tlvs.cpp94 void ServiceTlv::Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceDa… in Init()
Dmle_types.hpp651 inline uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId()
Dmesh_forwarder_ftd.cpp419 Error MeshForwarder::AnycastRouteLookup(uint8_t aServiceId, AnycastType aType, uint16_t &aMeshDest)… in AnycastRouteLookup()
Dmle.cpp1073 Error Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc()
/openthread-3.5.0/src/core/api/
Dthread_api.cpp190 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc()