Lines Matching full:local
50 * This module includes functions to manage local network data with the OpenThread Border Router.
56 * Provides a full or stable copy of the local Thread Network Data.
67 * Add a border router configuration to the local network data.
72 * @retval OT_ERROR_NONE Successfully added the configuration to the local network data.
74 …RROR_NO_BUFS Not enough room is available to add the configuration to the local network data.
82 * Remove a border router configuration from the local network data.
87 * @retval OT_ERROR_NONE Successfully removed the configuration from the local network data.
96 * Gets the next On Mesh Prefix in the local Network Data.
111 * Add an external route configuration to the local network data.
116 * @retval OT_ERROR_NONE Successfully added the configuration to the local network data.
118 …RROR_NO_BUFS Not enough room is available to add the configuration to the local network data.
126 * Remove an external route configuration from the local network data.
131 * @retval OT_ERROR_NONE Successfully removed the configuration from the local network data.
140 * Gets the next external route in the local Network Data.
155 * Immediately register the local network data with the Leader.
169 * Function pointer callback which is invoked when Network Data (local or leader) gets full.
183 * - The device is acting as a BR and new entries cannot be added to its local Network Data.
184 …* - The device is acting as a BR and tries to register its local Network Data entries with the lea…
185 * that its local entries will not fit.