Searched refs:AddressEvent (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/net/ |
D | netif.hpp | 83 enum AddressEvent : bool enum in ot::Ip6::Netif 625 void SignalUnicastAddressChange(AddressEvent aEvent, const UnicastAddress &aAddress); 626 …void SignalMulticastAddressChange(AddressEvent aEvent, const MulticastAddress &aAddress, AddressOr… 627 void SignalMulticastAddressesChange(AddressEvent aEvent,
|
D | netif.cpp | 233 void Netif::SignalMulticastAddressChange(AddressEvent aEvent, const MulticastAddress &aAddress, Add… in SignalMulticastAddressChange() 255 void Netif::SignalMulticastAddressesChange(AddressEvent aEvent, in SignalMulticastAddressesChange() 397 void Netif::SignalUnicastAddressChange(AddressEvent aEvent, const UnicastAddress &aAddress) in SignalUnicastAddressChange()
|
D | srp_client.hpp | 1007 …void HandleUnicastAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastA…
|
D | srp_client.cpp | 644 void Client::HandleUnicastAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAd… in HandleUnicastAddressEvent()
|
/openthread-latest/src/core/utils/ |
D | history_tracker.hpp | 277 typedef otHistoryTrackerAddressEvent AddressEvent; typedef in ot::Utils::HistoryTracker 279 static constexpr AddressEvent kAddressAdded = OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED; 280 static constexpr AddressEvent kAddressRemoved = OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED; 397 …void RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAddress &aUnicas… 398 void RecordAddressEvent(Ip6::Netif::AddressEvent aEvent,
|
D | history_tracker.cpp | 242 void HistoryTracker::RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, in RecordAddressEvent() 262 void HistoryTracker::RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, in RecordAddressEvent()
|