Searched refs:tcp_usr_send (Results 1 – 3 of 3) sorted by relevance
/external/openthread/third_party/tcplp/bsdtcp/ |
D | tcp_usrreq.c | 254 int tcp_usr_send(struct tcpcb* tp, int moretocome, otLinkedBuffer* data, size_t extendby) in tcp_usr_send() function
|
D | tcp_var.h | 387 int tcp_usr_send(struct tcpcb* tp, int moretocome, struct otLinkedBuffer* data, size_t extendby);
|
/external/openthread/src/core/net/ |
D | tcp6.cpp | 197 …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()
|