Searched refs:netconn_write (Results 1 – 2 of 2) sorted by relevance
348 #define netconn_write(conn, dataptr, size, apiflags) \ macro
163 * netconn/sockets: vectorize netconn_write for TCP, treating a vectored I/O write395 * api_lib.c: fixed bug #49725 (send-timeout: netconn_write() can return1010 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set1976 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split2590 converted size argument of netconn_write to 'size_t'3071 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into3076 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write3081 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 cause3974 from netconn_write() and added sys_sem_new to netconn_new_*.