Lines Matching full:prefix
60 otIp6Prefix mPrefix; ///< The IPv6 prefix.
62 bool mPreferred : 1; ///< Whether prefix is preferred.
63 …bool mSlaac : 1; ///< Whether prefix can be used for address auto-configuration (SLA…
66 bool mDefaultRoute : 1; ///< Whether border router is a default router for prefix.
67 bool mOnMesh : 1; ///< Whether this prefix is considered on-mesh.
70 …bool mDp : 1; ///< Whether prefix is a Thread Domain Prefix (added since Thread 1…
75 * Represents 6LoWPAN Context ID information associated with a prefix in Network Data.
82 otIp6Prefix mPrefix; ///< The associated IPv6 prefix.
91 otIp6Prefix mPrefix; ///< The IPv6 prefix.
94 bool mNat64 : 1; ///< Whether this is a NAT64 prefix.
97 …bool mAdvPio : 1; ///< Whether or not BR is advertising a ULA prefix in PIO (A…
186 * Get the next On Mesh Prefix in the partition's Network Data.
191 * @param[out] aConfig A pointer to where the On Mesh Prefix information will be placed.
193 * @retval OT_ERROR_NONE Successfully found the next On Mesh prefix.
194 * @retval OT_ERROR_NOT_FOUND No subsequent On Mesh prefix exists in the Thread Network Data.
296 …* Check whether a given Prefix can act as a valid OMR prefix and also the Leader's Network Data co…
299 * @param[in] aPrefix A pointer to the IPv6 prefix.
301 …* @returns Whether @p aPrefix is a valid OMR prefix and Leader's Network Data contains the OMR pr…