Found 8 other functions taking a
otBorderRoutingPrefixTableEntry
argument:
Iterates over the entries in the Border Router's discovered prefix table. Prefix entries associated with the same discovered router on an infrastructure link are guaranteed to be grouped together (retrieved back-to-back).
Process a prefix received from the DHCPv6 PD Server. The prefix is received on the DHCPv6 PD client callback and provided to the Routing Manager via this API. The prefix lifetime can be updated by calling the function again with updated time values. If the preferred lifetime of the prefix is set to 0, the prefix becomes deprecated. When this function is called multiple times, the smallest prefix is preferred as this rule allows choosing a GUA instead of a ULA. Requires `OPENTHREAD_CONFIG_BORDER_ROUTING_DHCP6_PD_ENABLE`.
Iterates over entries in the discovered prefix table.
Gets the DHCPv6 Prefix Delegation (PD) provided off-mesh-routable (OMR) prefix. Only mPrefix, mValidLifetime and mPreferredLifetime fields are used in the returned prefix info. `OPENTHREAD_CONFIG_BORDER_ROUTING_DHCP6_PD_ENABLE` must be enabled. @sa otBorderRoutingGetOmrPrefix @sa otPlatBorderRoutingProcessIcmp6Ra