Searched refs:TCP_WRITE_FLAG_MORE (Results 1 – 4 of 4) sorted by relevance
191 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
246 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()
356 #define TCP_WRITE_FLAG_MORE 0x02 macro
1249 apiflags |= TCP_WRITE_FLAG_MORE;1266 apiflags |= TCP_WRITE_FLAG_MORE;
Completed in 7 milliseconds