Searched defs:netconn_write (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 625 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));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | api.h | 54 /* 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/vbox/include/ |
H A D | lwipopts.h | 176 #define netconn_write lwip_netconn_write macro
|
Completed in 46 milliseconds