Home
last modified time | relevance | path

Searched refs:NETCONN_NOCOPY (Results 1 – 3 of 3) sorted by relevance

/lib/lwip/lwip/contrib/apps/httpserver/
A Dhttpserver-netconn.c46 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/src/include/lwip/
A Dapi.h62 #define NETCONN_NOCOPY 0x00 /* Only for source code compatibility */ macro
/lib/lwip/lwip/contrib/apps/shell/
A Dshell.c186 netconn_write(conn, (const void *)str, strlen(str), NETCONN_NOCOPY); in sendstr()

Completed in 13 milliseconds