Searched refs:tcp_write (Results 1 – 8 of 8) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | altcp.h | 186 #define altcp_write tcp_write
|
H A D | tcp.h | 473 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 201 prevent creating many small pbufs when calling tcp_write with many small 203 space is used for later calls to tcp_write. 206 in tcp_write/udp_send.
|
H A D | CHANGELOG | 328 in tcp_write error path) 366 * tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290) 1031 * tcp_out.c: fixed bug #37184 tcp_write problem for pcbs in the SYN_SENT state 1595 in tcp_write. 1607 calling tcp_write with many small blocks of data. Instead, pbufs are 1609 tcp_write. 1967 into multiple calls to tcp_write.
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | altcp_tcp.c | 359 return tcp_write(pcb, dataptr, len, apiflags); in altcp_tcp_write()
|
H A D | tcp_out.c | 390 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) in tcp_write() function
|
/btstack/3rd-party/lwip/core/src/apps/lwiperf/ |
H A D | lwiperf.c | 335 err = tcp_write(conn->conn_pcb, txptr, txlen, apiflags); in lwiperf_tcp_client_send_more()
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | api_msg.c | 1715 err = tcp_write(conn->pcb.tcp, dataptr, len, apiflags);
|