Lines Matching full:on

23  *  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
59 …* It emits ICMRv6 ND Router Advertisement (RA) messages on AIL to advertise on-link and route pref…
60 …* processes received RA messages from infrastructure and mirrors the discovered prefixes on the Th…
61 * ensure devices on Thread mesh can reach AIL through the Border Router.
63 …* Routing Manager manages the Off-Mesh Routable (OMR) prefix on the Thread Network data which conf…
64 …h a suitable Off-Mesh Routable IPv6 address. It announces the reachability of this prefix on AIL by
67 …* Routing Manager also monitors and adds on-link prefix on the infrastructure network. If a router…
68 …essages containing an IPv6 Prefix Information Option (PIO) that enables IPv6 devices on the link to
70 …* Border Router finds no such RA message on AIL, it generates a ULA on-link prefix which it then a…
93 * Represents a discovered router on the infrastructure link.
117 * from other routers on the infrastructure link.
123 …bool mIsOnLink; ///< Indicates whether the prefix is on-link or r…
127 …uint32_t mPreferredLifetime; ///< Preferred lifetime of the on-link prefix whe…
165 OT_BORDER_ROUTING_DHCP6_PD_STATE_DISABLED, ///< DHCPv6 PD is disabled on the border router.
172 * Initializes the Border Routing Manager on given infrastructure interface.
183 …* @retval OT_ERROR_NONE Successfully started the Border Routing Manager on given infras…
223 …* - Otherwise, it is determined based on device's current role: Medium preference when in router/l…
273 …* - Otherwise, it is determined automatically by `RoutingManager` based on the device's role and l…
295 …* After a call to this function, BR will determine the preference automatically based on the devic…
334 * @retval OT_ERROR_NOT_FOUND There are no valid PD prefix on this BR.
351 * @retval OT_ERROR_NOT_FOUND There are no valid Info on this BR.
370 * Gets the local On-Link Prefix for the adjacent infrastructure link.
372 …* The local On-Link Prefix is a 64-bit prefix that's advertised on the infrastructure link if ther…
373 * usable on-link prefix being advertised on the link.
379 * @retval OT_ERROR_NONE Successfully retrieved the local on-link prefix.
384 * Gets the currently favored On-Link Prefix.
386 …* The favored prefix is either a discovered on-link prefix on the infrastructure link or the local…
392 * @retval OT_ERROR_NONE Successfully retrieved the favored on-link prefix.
445 …* Prefix entries associated with the same discovered router on an infrastructure link are guarante…
460 * Iterates over the discovered router entries on the infrastructure link.
483 * - It has added at least one prefix entry with both the default-route and on-mesh flags set.
484 * - It has added at least one domain prefix (with both the domain and on-mesh flags set).
509 * - It has added at least one prefix entry with both the default-route and on-mesh flags set.
510 * - It has added at least one domain prefix (with both the domain and on-mesh flags set).
545 …* When the state of a DHCPv6 Prefix Delegation (PD) on the Thread interface changes, this callback…
554 * Sets the callback whenever the DHCPv6 PD state changes on the Thread interface.
567 * Sets the local on-link prefix.
573 * @param[in] aPrefix The on-link prefix to use.