Lines Matching refs:Address

366     const Ip6::Address &GetLinkLocalAddress(void) const { return mLinkLocalAddress.GetAddress(); }  in GetLinkLocalAddress()
380 …const Ip6::Address &GetLinkLocalAllThreadNodesAddress(void) const { return mLinkLocalAllThreadNode… in GetLinkLocalAllThreadNodesAddress()
387 const Ip6::Address &GetRealmLocalAllThreadNodesAddress(void) const in GetRealmLocalAllThreadNodesAddress()
445 bool IsRoutingLocator(const Ip6::Address &aAddress) const;
453 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
461 bool IsMeshLocalAddress(const Ip6::Address &aAddress) const;
522 const Ip6::Address &GetMeshLocalRloc(void) const { return mMeshLocalRloc.GetAddress(); } in GetMeshLocalRloc()
529 const Ip6::Address &GetMeshLocalEid(void) const { return mMeshLocalEid.GetAddress(); } in GetMeshLocalEid()
557 void GetLeaderRloc(Ip6::Address &aAddress) const;
564 void GetLeaderAloc(Ip6::Address &aAddress) const;
572 void GetCommissionerAloc(uint16_t aSessionId, Ip6::Address &aAddress) const;
580 void GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
1032 Error SendTo(const Ip6::Address &aDestination);
1035 Error AppendCompressedAddressEntry(uint8_t aContextId, const Ip6::Address &aAddress);
1036 Error AppendAddressEntry(const Ip6::Address &aAddress);
1138 void ScheduleDataRequest(const Ip6::Address &aDestination, uint16_t aDelay);
1142 void ScheduleAdvertisement(const Ip6::Address &aDestination, uint16_t aDelay);
1146 void ScheduleDiscoveryResponse(const Ip6::Address &aDestination,
1164 Ip6::Address mDestination;
1169 const Ip6::Address &aDestination,
1174 bool HasMatchingSchedule(MessageType aMessageType, const Ip6::Address &aDestination) const;
1175 void RemoveMatchingSchedules(MessageType aMessageType, const Ip6::Address &aDestination);
1177 …static bool Match(const Schedule &aSchedule, MessageType aMessageType, const Ip6::Address &aDestin…
1320 Error SendDataRequest(const Ip6::Address &aDestination);
1327 const Ip6::Address &aDestination);
1358 …void SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode = k…
1398 …Error SendLinkMetricsManagementResponse(const Ip6::Address &aDestination, LinkMetrics::Status aSta…
1403 Error SendDataRequestForLinkMetricsReport(const Ip6::Address &aDestination,
1405 … Error SendLinkMetricsManagementRequest(const Ip6::Address &aDestination, const ot::Tlv &aSubTlv);
1406 …Error SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_t aL…
1407 Error SendDataRequest(const Ip6::Address &aDestination,
1412 …Error SendDataRequest(const Ip6::Address &aDestination, const uint8_t *aTlvs, uint8_t aTlvsL…
1416 static void Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress);
1417 …static void Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t a…
1419 static void Log(MessageAction, MessageType, const Ip6::Address &) {} in Log() argument
1420 static void Log(MessageAction, MessageType, const Ip6::Address &, uint16_t) {} in Log() argument