Searched refs:nextAction (Results 1 – 1 of 1) sorted by relevance
/openthread-3.6.0/src/core/net/ |
D | tcp6.cpp | 646 int nextAction; in HandleMessage() local 674 nextAction = tcp_input(ip6Header, tcpHeader, &aMessage, tp, nullptr, &sig); in HandleMessage() 675 if (nextAction != RELOOKUP_REQUIRED) in HandleMessage() 689 nextAction = tcp_input(ip6Header, tcpHeader, &aMessage, nullptr, tpl, &sig); in HandleMessage() 690 OT_ASSERT(nextAction != RELOOKUP_REQUIRED); in HandleMessage()
|