Searched refs:netconn_write (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | api.h | 233 err_t netconn_write(struct netconn *conn, const void *dataptr, size_t size,
|
/external/syslinux/core/fs/pxe/ |
D | core.c | 278 err = netconn_write(socket->net.lwip.conn, data, len, flags); in core_tcp_write()
|
/external/syslinux/core/lwip/src/api/ |
D | api_lib.c | 588 netconn_write(struct netconn *conn, const void *dataptr, size_t size, u8_t apiflags) in netconn_write() function
|
D | sockets.c | 780 err = netconn_write(sock->conn, data, size, write_flags); in lwip_send()
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 478 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split 1092 converted size argument of netconn_write to 'size_t' 1573 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into 1578 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write 1583 netconn_write from api_lib.c to api_msg.c to also prevent multiple context- 2240 * api_lib.c: patch for netconn_write(), fixes a possible race condition which cause 2476 from netconn_write() and added sys_sem_new to netconn_new_*.
|