Lines Matching +full:thread +full:- +full:border +full:- +full:router
46 * @addtogroup api-thread-general
56 * Represents a Border Router configuration.
61 …signed int mPreference : 2; ///< A 2-bit signed int preference (`OT_ROUTE_PREFERENCE_*` values).
63 …bool mSlaac : 1; ///< Whether prefix can be used for address auto-configuration (SLA…
64 bool mDhcp : 1; ///< Whether border router is DHCPv6 Agent.
66 bool mDefaultRoute : 1; ///< Whether border router is a default router for prefix.
67 bool mOnMesh : 1; ///< Whether this prefix is considered on-mesh.
69 … bool mNdDns : 1; ///< Whether this border router can supply DNS information via ND.
70 …bool mDp : 1; ///< Whether prefix is a Thread Domain Prefix (added since Thread 1…
71 uint16_t mRloc16; ///< The border router's RLOC16 (value ignored on config add).
90 …uint16_t mRloc16; ///< The border router's RLOC16 (value ignored on config add…
91 …signed int mPreference : 2; ///< A 2-bit signed int preference (`OT_ROUTE_PREFERENCE_*` …
103 OT_ROUTE_PREFERENCE_LOW = -1, ///< Low route preference.
135 * Provide full or stable copy of the Partition's Thread Network Data.
143 …* @retval OT_ERROR_NONE Successfully copied the Thread Network Data into @p aData and updated @…
144 * @retval OT_ERROR_NO_BUFS Not enough space in @p aData to fully copy the Thread Network Data.
149 * Get the current length (number of bytes) of Partition's Thread Network Data.
158 …* Get the maximum observed length of the Thread Network Data since OT stack initialization or sinc…
168 * Reset the tracked maximum length of the Thread Network Data.
180 …* @param[in,out] aIterator A pointer to the Network Data iterator context. To get the first on-m…
185 * @retval OT_ERROR_NOT_FOUND No subsequent On Mesh prefix exists in the Thread Network Data.
200 * @retval OT_ERROR_NOT_FOUND No subsequent external route entry exists in the Thread Network Data.
262 * @param[in] aEui64 A pointer to the Joiner's IEEE EUI-64.