Home
last modified time | relevance | path

Searched refs:OT_CHANGED_IP6_ADDRESS_REMOVED (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dinstance.h175 #define OT_CHANGED_IP6_ADDRESS_REMOVED (1U << 1) ///< IPv6 address was removed macro
/openthread-3.5.0/src/core/common/
Dnotifier.hpp70 …kEventIp6AddressRemoved = OT_CHANGED_IP6_ADDRESS_REMOVED, ///< IPv6 addres…
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp4564 {OT_CHANGED_IP6_ADDRESS_REMOVED, SPINEL_PROP_IPV6_ADDRESS_TABLE}, in ProcessThreadChangedFlags()