Searched refs:tcp_usr_send (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/ |
H A D | tcp_usrreq.c | 254 int tcp_usr_send(struct tcpcb* tp, int moretocome, otLinkedBuffer* data, size_t extendby, struct so… in tcp_usr_send() function
|
H A D | tcp_var.h | 397 int tcp_usr_send(struct tcpcb* tp, int moretocome, struct otLinkedBuffer* data, size_t extendby, st…
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | tcp6.cpp | 213 …error = BsdErrorToOtError(tcp_usr_send(&tp, (aFlags & OT_TCP_SEND_MORE_TO_COME) != 0, &aBuffer, 0,… in SendByReference() 241 bsdError = tcp_usr_send(&tp, moreToCome ? 1 : 0, nullptr, aNumBytes, name); in SendByExtension()
|