Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h354 #define TCP_WRITE_FLAG_MORE 0x02 macro
/external/syslinux/core/lwip/src/core/
Dtcp_out.c243 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()
/external/syslinux/core/lwip/src/api/
Dapi_msg.c1219 apiflags |= TCP_WRITE_FLAG_MORE;
1230 apiflags |= TCP_WRITE_FLAG_MORE;
/external/syslinux/core/lwip/
DCHANGELOG478 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
1360 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api