Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dapi.h348 #define netconn_write(conn, dataptr, size, apiflags) \ macro
/third_party/lwip/
DCHANGELOG163 * netconn/sockets: vectorize netconn_write for TCP, treating a vectored I/O write
395 * api_lib.c: fixed bug #49725 (send-timeout: netconn_write() can return
1010 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set
1976 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
2590 converted size argument of netconn_write to 'size_t'
3071 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into
3076 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write
3081 netconn_write from api_lib.c to api_msg.c to also prevent multiple context-
3738 * api_lib.c: patch for netconn_write(), fixes a possible race condition which cause
3974 from netconn_write() and added sys_sem_new to netconn_new_*.