Home
last modified time | relevance | path

Searched refs:netconn_write (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dapi.h233 err_t netconn_write(struct netconn *conn, const void *dataptr, size_t size,
/external/syslinux/core/fs/pxe/
Dcore.c278 err = netconn_write(socket->net.lwip.conn, data, len, flags); in core_tcp_write()
/external/syslinux/core/lwip/src/api/
Dapi_lib.c588 netconn_write(struct netconn *conn, const void *dataptr, size_t size, u8_t apiflags) in netconn_write() function
Dsockets.c780 err = netconn_write(sock->conn, data, size, write_flags); in lwip_send()
/external/syslinux/core/lwip/
DCHANGELOG478 * 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_*.