Searched refs:TCP_WRITE_FLAG_MORE (Results 1 – 4 of 4) sorted by relevance
354 #define TCP_WRITE_FLAG_MORE 0x02 macro
243 if ((apiflags & TCP_WRITE_FLAG_MORE) || in tcp_pbuf_prealloc()681 if (seg != NULL && seg->tcphdr != NULL && ((apiflags & TCP_WRITE_FLAG_MORE)==0)) { in tcp_write()
1219 apiflags |= TCP_WRITE_FLAG_MORE;1230 apiflags |= TCP_WRITE_FLAG_MORE;
478 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split1360 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api