Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp202 static constexpr uint8_t kMaxOmrRoutesNum = OPENTHREAD_POSIX_CONFIG_MAX_OMR_ROUTES_NUM; variable
204 static otIp6Prefix sAddedOmrRoutes[kMaxOmrRoutesNum];
784 VerifyOrExit(sAddedOmrRoutesNum < kMaxOmrRoutesNum, error = OT_ERROR_NO_BUFS); in AddOmrRoute()