Home
last modified time | relevance | path

Searched refs:tcp_write (Results 1 – 8 of 8) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h186 #define altcp_write tcp_write
H A Dtcp.h473 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,
/btstack/3rd-party/lwip/core/
H A DUPGRADING201 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 DCHANGELOG328 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 Daltcp_tcp.c359 return tcp_write(pcb, dataptr, len, apiflags); in altcp_tcp_write()
H A Dtcp_out.c390 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 Dlwiperf.c335 err = tcp_write(conn->conn_pcb, txptr, txlen, apiflags); in lwiperf_tcp_client_send_more()
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c1715 err = tcp_write(conn->pcb.tcp, dataptr, len, apiflags);