Home
last modified time | relevance | path

Searched refs:TCP_WRITE_FLAG_COPY (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h353 #define TCP_WRITE_FLAG_COPY 0x01 macro
/external/syslinux/core/lwip/src/core/
Dtcp_out.c372 apiflags |= TCP_WRITE_FLAG_COPY; in tcp_write()
469 if (apiflags & TCP_WRITE_FLAG_COPY) { in tcp_write()
527 if (apiflags & TCP_WRITE_FLAG_COPY) { in tcp_write()