Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dinit.c191 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
Dtcp_out.c246 if ((apiflags & TCP_WRITE_FLAG_MORE) || in tcp_pbuf_prealloc()
688 if (seg != NULL && seg->tcphdr != NULL && ((apiflags & TCP_WRITE_FLAG_MORE)==0)) { in tcp_write()
/lib/liblwip/src/include/lwip/
Dtcp.h356 #define TCP_WRITE_FLAG_MORE 0x02 macro
/lib/liblwip/src/api/
Dapi_msg.c1249 apiflags |= TCP_WRITE_FLAG_MORE;
1266 apiflags |= TCP_WRITE_FLAG_MORE;
/lib/liblwip/doc/
Drawapi.txt199 - TCP_WRITE_FLAG_MORE: indicates that more data follows. If this is given,
/lib/liblwip/
DCHANGELOG777 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
1659 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api