Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dapi.h240 #define netconn_write(conn, dataptr, size, apiflags) \ macro
/lib/liblwip/
DCHANGELOG777 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
1391 converted size argument of netconn_write to 'size_t'
1872 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into
1877 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write
1882 netconn_write from api_lib.c to api_msg.c to also prevent multiple context-
2539 * api_lib.c: patch for netconn_write(), fixes a possible race condition which cause
2775 from netconn_write() and added sys_sem_new to netconn_new_*.