Searched refs:TCP_WRITE_FLAG_MORE (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dinit.c231 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
232 #error "NETCONN_MORE != TCP_WRITE_FLAG_MORE"
H A Dtcp_out.c255 * Did the user set TCP_WRITE_FLAG_MORE?
259 if ((apiflags & TCP_WRITE_FLAG_MORE) ||
364 * - TCP_WRITE_FLAG_MORE (0x02) for TCP connection, PSH flag will not be set on last segment sent,
753 if (seg != NULL && seg->tcphdr != NULL && ((apiflags & TCP_WRITE_FLAG_MORE)==0)) {
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope.c131 TCP_WRITE_FLAG_COPY | (more ? TCP_WRITE_FLAG_MORE : 0));
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h408 #define TCP_WRITE_FLAG_MORE 0x02 macro
/barrelfish-2018-10-04/lib/lwip2/src/apps/lwiperf/
H A Dlwiperf.c292 apiflags = TCP_WRITE_FLAG_COPY | TCP_WRITE_FLAG_MORE;
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h109 #define TCP_WRITE_FLAG_MORE 0x02 macro
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dapi_msg.c1532 apiflags |= TCP_WRITE_FLAG_MORE;
1546 apiflags |= TCP_WRITE_FLAG_MORE;
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_out.c113 * - TCP_WRITE_FLAG_MORE (0x02) for TCP connection, PSH flag will be set on last segment sent,
155 * - TCP_WRITE_FLAG_MORE (0x02) for TCP connection, PSH flag will be set on last segment sent,
447 && ((apiflags & TCP_WRITE_FLAG_MORE) == 0)) {
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c1007 apiflags |= TCP_WRITE_FLAG_MORE;

Completed in 123 milliseconds