pub unsafe extern "C" fn otBackboneRouterGetNdProxyInfo(
    aInstance: *mut otInstance,
    aDua: *const otIp6Address,
    aNdProxyInfo: *mut otBackboneRouterNdProxyInfo
) -> otError
Expand description

Gets the Backbone Router ND Proxy info.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aDua The Domain Unicast Address. @param[out] aNdProxyInfo A pointer to the ND Proxy info.

@retval OT_ERROR_NONE Successfully got the ND Proxy info. @retval OT_ERROR_NOT_FOUND Failed to find the Domain Unicast Address in the ND Proxy table.