Home
last modified time | relevance | path

Searched refs:AddExternalRoute (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_publisher.hpp487 Error AddExternalRoute(void);
Dnetwork_data_publisher.cpp868 SuccessOrExit(AddExternalRoute()); in Add()
891 Error Publisher::PrefixEntry::AddExternalRoute(void) in AddExternalRoute() function in ot::NetworkData::Publisher::PrefixEntry
/openthread-latest/src/posix/platform/
Dnetif.cpp843 static otError AddExternalRoute(const otIp6Prefix &aPrefix) in AddExternalRoute() function
924 if ((error = AddExternalRoute(config.mPrefix)) != OT_ERROR_NONE) in UpdateExternalRoutes()