Searched refs:netconn_write (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h150 err_t netconn_write (struct netconn *conn,
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h176 #define netconn_write lwip_netconn_write macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h54 /* Flags for netconn_write (u8_t) */
62 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
211 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
214 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
267 #define netconn_write(conn, dataptr, size, apiflags) \ macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h75 #define netconn_write lwip_netconn_write
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c625 netconn_write(struct netconn *conn, void *dataptr, u16_t size, u8_t copy) function
668 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_write: writing %d bytes (%d)\n", len, copy));
H A Dsockets.c509 err = netconn_write(sock->conn, data, size, NETCONN_COPY);

Completed in 225 milliseconds