Searched refs:NETCONN_NOCOPY (Results 1 – 3 of 3) sorted by relevance
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()
62 #define NETCONN_NOCOPY 0x00 /* Only for source code compatibility */ macro
186 netconn_write(conn, (const void *)str, strlen(str), NETCONN_NOCOPY); in sendstr()
Completed in 13 milliseconds