Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.cpp2029 ProxyAction nextAction; in HandleResult() local
2045 nextAction = kNoAction; in HandleResult()
2050 nextAction = kResolvingSrv; in HandleResult()
2053 nextAction = (info.mType == kSrvQuery) ? kResolvingIp6Address : kResolvingTxt; in HandleResult()
2056 nextAction = (info.mType == kTxtQuery) ? kNoAction : kResolvingIp6Address; in HandleResult()
2064 shouldFinalize = (nextAction == kNoAction); in HandleResult()
2067 IsActionForAdditionalSection(nextAction, info.mType)) in HandleResult()
2096 info.mAction = nextAction; in HandleResult()
2128 nextAction = info.mAction; in HandleResult()
2134 Perform(nextAction, query, info); in HandleResult()
Dtcp6.cpp631 int nextAction; in HandleMessage() local
660 nextAction = tcp_input(ip6Header, tcpHeader, &aMessage, tp, nullptr, &sig); in HandleMessage()
661 if (nextAction != RELOOKUP_REQUIRED) in HandleMessage()
676 nextAction = tcp_input(ip6Header, tcpHeader, &aMessage, nullptr, tpl, &sig); in HandleMessage()
677 OT_ASSERT(nextAction != RELOOKUP_REQUIRED); in HandleMessage()