Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2276 int route_preference = 0; in FlagByteToExternalRoutePreference() local
2281 route_preference = OT_ROUTE_PREFERENCE_HIGH; in FlagByteToExternalRoutePreference()
2285 route_preference = OT_ROUTE_PREFERENCE_MED; in FlagByteToExternalRoutePreference()
2289 route_preference = OT_ROUTE_PREFERENCE_LOW; in FlagByteToExternalRoutePreference()
2293 return route_preference; in FlagByteToExternalRoutePreference()