Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Dtcp6_ext.cpp89 flags |= OT_TCP_SEND_MORE_TO_COME; in Write()
145 error = aEndpoint.SendByExtension(bytesUntilWrap, flags | OT_TCP_SEND_MORE_TO_COME); in Write()
Dtcp6.cpp213 …error = BsdErrorToOtError(tcp_usr_send(&tp, (aFlags & OT_TCP_SEND_MORE_TO_COME) != 0, &aBuffer, 0,… in SendByReference()
224 bool moreToCome = (aFlags & OT_TCP_SEND_MORE_TO_COME) != 0; in SendByExtension()
/openthread-3.7.0/include/openthread/
Dtcp.h431 OT_TCP_SEND_MORE_TO_COME = 1 << 0, enumerator
/openthread-3.7.0/src/cli/
Dcli_tcp.cpp627 i == toSendOut - 1 ? 0 : OT_TCP_SEND_MORE_TO_COME); in Process()