Home
last modified time | relevance | path

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

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