Home
last modified time | relevance | path

Searched refs:TCP_WRITE_FLAG_MORE (Results 1 – 8 of 8) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dtcpbase.h74 #define TCP_WRITE_FLAG_MORE 0x02 macro
/lib/lwip/lwip/src/core/
A Dinit.c239 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
A Dtcp_out.c257 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()
/lib/lwip/lwip/src/api/
A Dapi_msg.c1685 apiflags |= TCP_WRITE_FLAG_MORE;
1700 apiflags |= TCP_WRITE_FLAG_MORE;
1712 apiflags |= TCP_WRITE_FLAG_MORE;
/lib/lwip/lwip/src/apps/lwiperf/
A Dlwiperf.c321 apiflags = TCP_WRITE_FLAG_COPY | TCP_WRITE_FLAG_MORE; in lwiperf_tcp_client_send_more()
/lib/lwip/lwip/src/apps/mqtt/
A Dmqtt.c255 …(tpcb, mqtt_ringbuf_get_ptr(rb), send_len, TCP_WRITE_FLAG_COPY | (wrap ? TCP_WRITE_FLAG_MORE : 0)); in mqtt_output_send()
/lib/lwip/lwip/src/apps/http/
A Dhttpd.c1034 apiflags |= TCP_WRITE_FLAG_MORE;
/lib/lwip/lwip/
A DCHANGELOG2063 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
2945 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api

Completed in 64 milliseconds