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
257 if ((apiflags & TCP_WRITE_FLAG_MORE) || in tcp_pbuf_prealloc()794 if (seg != NULL && seg->tcphdr != NULL && ((apiflags & TCP_WRITE_FLAG_MORE) == 0)) { in tcp_write()
1685 apiflags |= TCP_WRITE_FLAG_MORE;1700 apiflags |= TCP_WRITE_FLAG_MORE;1712 apiflags |= TCP_WRITE_FLAG_MORE;
321 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;
2063 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split2945 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
Completed in 64 milliseconds