Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data_publisher.hpp489 Error AddExternalRoute(void);
Dnetwork_data_publisher.cpp876 SuccessOrExit(AddExternalRoute()); in Add()
899 Error Publisher::PrefixEntry::AddExternalRoute(void) in AddExternalRoute() function in ot::NetworkData::Publisher::PrefixEntry
/openthread-3.4.0/src/posix/platform/
Dnetif.cpp775 static otError AddExternalRoute(const otIp6Prefix &aPrefix) in AddExternalRoute() function
857 if ((error = AddExternalRoute(config.mPrefix)) != OT_ERROR_NONE) in UpdateExternalRoutes()