Home
last modified time | relevance | path

Searched refs:tcp_usr_send (Results 1 – 3 of 3) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c254 int tcp_usr_send(struct tcpcb* tp, int moretocome, otLinkedBuffer* data, size_t extendby) in tcp_usr_send() function
Dtcp_var.h387 int tcp_usr_send(struct tcpcb* tp, int moretocome, struct otLinkedBuffer* data, size_t extendby);
/external/openthread/src/core/net/
Dtcp6.cpp197 …SuccessOrExit(error = BsdErrorToOtError(tcp_usr_send(&tp, (aFlags & OT_TCP_SEND_MORE_TO_COME) != 0… in SendByReference()
215 bsdError = tcp_usr_send(&tp, moreToCome ? 1 : 0, nullptr, aNumBytes); in SendByExtension()