Lines Matching +full:backbone +full:- +full:router
32 * This file defines the OpenThread Backbone Router API (for Thread 1.2 FTD with
48 * @addtogroup api-backbone-router
54 * Represents the Backbone Router Status.
58 OT_BACKBONE_ROUTER_STATE_DISABLED = 0, ///< Backbone function is disabled.
59 OT_BACKBONE_ROUTER_STATE_SECONDARY = 1, ///< Secondary Backbone Router.
60 OT_BACKBONE_ROUTER_STATE_PRIMARY = 2, ///< The Primary Backbone Router.
64 * Enables or disables Backbone functionality.
67 * device if there is no Backbone Router Service in the Thread Network Data.
69 * If disabled, `SRV_DATA.ntf` is triggered if the Backbone Router is in the Primary state.
74 * @param[in] aEnable TRUE to enable Backbone functionality, FALSE otherwise.
84 * Gets the Backbone Router #otBackboneRouterState.
88 * @retval OT_BACKBONE_ROUTER_STATE_DISABLED Backbone functionality is disabled.
89 * @retval OT_BACKBONE_ROUTER_STATE_SECONDARY Secondary Backbone Router.
90 * @retval OT_BACKBONE_ROUTER_STATE_PRIMARY The Primary Backbone Router.
100 * Gets the local Backbone Router configuration.
105 * @param[out] aConfig A pointer where to put local Backbone Router configuration.
116 * Sets the local Backbone Router configuration #otBackboneRouterConfig.
119 * Backbone Router.
124 * @param[in] aConfig A pointer to the Backbone Router configuration to take effect.
137 * Explicitly registers local Backbone Router configuration.
145 * @retval OT_ERROR_NO_BUFS Insufficient space to add the Backbone Router service.
156 * Returns the Backbone Router registration jitter value.
158 * @returns The Backbone Router registration jitter value.
165 * Sets the Backbone Router registration jitter value.
167 * @param[in] aJitter the Backbone Router registration jitter value to set.
234 * Sets the Backbone Router Multicast Listener callback.
286 * Represents a Backbone Router Multicast Listener info.
339 * Sets the Backbone Router ND Proxy callback.
350 * Represents the Backbone Router ND Proxy info.
354 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID
360 * Gets the Backbone Router ND Proxy info.
394 * Sets the Backbone Router Domain Prefix callback.