Home
last modified time | relevance | path

Searched refs:extendby (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c254 int tcp_usr_send(struct tcpcb* tp, int moretocome, otLinkedBuffer* data, size_t extendby, struct so… in tcp_usr_send() argument
298 if (extendby == 0) { in tcp_usr_send()
301 lbuf_extend(&tp->sendbuf, extendby); in tcp_usr_send()
Dtcp_var.h397 int tcp_usr_send(struct tcpcb* tp, int moretocome, struct otLinkedBuffer* data, size_t extendby, st…