Searched refs:OT_TCP_SEND_MORE_TO_COME (Results 1 – 4 of 4) sorted by relevance
84 flags |= OT_TCP_SEND_MORE_TO_COME; in Write()140 error = aEndpoint.SendByExtension(bytesUntilWrap, flags | OT_TCP_SEND_MORE_TO_COME); in Write()
201 …error = BsdErrorToOtError(tcp_usr_send(&tp, (aFlags & OT_TCP_SEND_MORE_TO_COME) != 0, &aBuffer, 0,… in SendByReference()212 bool moreToCome = (aFlags & OT_TCP_SEND_MORE_TO_COME) != 0; in SendByExtension()
410 OT_TCP_SEND_MORE_TO_COME = 1 << 0, enumerator
629 i == toSendOut - 1 ? 0 : OT_TCP_SEND_MORE_TO_COME); in Process()