Searched refs:TCP_WRITE_FLAG_MORE (Results 1 – 8 of 8) sorted by relevance
74 #define TCP_WRITE_FLAG_MORE 0x02 macro
239 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
266 if ((apiflags & TCP_WRITE_FLAG_MORE) || in tcp_pbuf_prealloc()803 if (seg != NULL && seg->tcphdr != NULL && ((apiflags & TCP_WRITE_FLAG_MORE) == 0)) { in tcp_write()
1740 apiflags |= TCP_WRITE_FLAG_MORE;1755 apiflags |= TCP_WRITE_FLAG_MORE;1767 apiflags |= TCP_WRITE_FLAG_MORE;
320 apiflags = TCP_WRITE_FLAG_COPY | TCP_WRITE_FLAG_MORE; in lwiperf_tcp_client_send_more()
255 …(tpcb, mqtt_ringbuf_get_ptr(rb), send_len, TCP_WRITE_FLAG_COPY | (wrap ? TCP_WRITE_FLAG_MORE : 0)); in mqtt_output_send()
1034 apiflags |= TCP_WRITE_FLAG_MORE;
1976 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split2858 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api