Searched refs:OT_TCP_SEND_MORE_TO_COME (Results 1 – 4 of 4) sorted by relevance
89 flags |= OT_TCP_SEND_MORE_TO_COME; in Write()145 error = aEndpoint.SendByExtension(bytesUntilWrap, flags | OT_TCP_SEND_MORE_TO_COME); in Write()
213 …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()
431 OT_TCP_SEND_MORE_TO_COME = 1 << 0, enumerator
627 i == toSendOut - 1 ? 0 : OT_TCP_SEND_MORE_TO_COME); in Process()