Searched refs:netconn_write (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/contrib/apps/shell/ |
| A D | shell.c | 410 netconn_write(conn, elem->name, slen, NETCONN_COPY); in com_stat_write_mem() 414 netconn_write(conn, buf, slen, NETCONN_COPY); in com_stat_write_mem() 421 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_mem() 423 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_mem() 425 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_mem() 427 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_mem() 429 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_mem() 438 netconn_write(conn, name, slen, NETCONN_COPY); in com_stat_write_sys() 444 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_sys() 446 netconn_write(conn, buf, len, NETCONN_COPY); in com_stat_write_sys() [all …]
|
| /lib/lwip/lwip/contrib/apps/httpserver/ |
| A D | httpserver-netconn.c | 46 netconn_write(conn, http_html_hdr, sizeof(http_html_hdr)-1, NETCONN_NOCOPY); in http_server_netconn_serve() 49 netconn_write(conn, http_index_html, sizeof(http_index_html)-1, NETCONN_NOCOPY); in http_server_netconn_serve()
|
| /lib/lwip/lwip/contrib/apps/tcpecho/ |
| A D | tcpecho.c | 77 err = netconn_write(newconn, data, len, NETCONN_COPY); in tcpecho_thread()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | api.h | 348 #define netconn_write(conn, dataptr, size, apiflags) \ macro
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 250 * netconn/sockets: vectorize netconn_write for TCP, treating a vectored I/O write 482 * api_lib.c: fixed bug #49725 (send-timeout: netconn_write() can return 1097 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set 2063 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split 2677 converted size argument of netconn_write to 'size_t' 3158 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into 3163 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write 3168 netconn_write from api_lib.c to api_msg.c to also prevent multiple context- 3825 * api_lib.c: patch for netconn_write(), fixes a possible race condition which cause 4061 from netconn_write() and added sys_sem_new to netconn_new_*.
|
Completed in 20 milliseconds