Searched refs:tcp_write (Results 1 – 10 of 10) sorted by relevance
| /lib/lwip/lwip/test/unit/tcp/ |
| A D | test_tcp.c | 475 err = tcp_write(pcb, data1, sizeof(data1), TCP_WRITE_FLAG_COPY); in START_TEST() 489 err = tcp_write(pcb, data2, sizeof(data2), TCP_WRITE_FLAG_COPY); in START_TEST() 503 err = tcp_write(pcb, data3, sizeof(data3), TCP_WRITE_FLAG_COPY); in START_TEST() 518 err = tcp_write(pcb, data4, sizeof(data4), TCP_WRITE_FLAG_COPY); in START_TEST() 530 err = tcp_write(pcb, data5, sizeof(data5), TCP_WRITE_FLAG_COPY); in START_TEST() 541 err = tcp_write(pcb, data6, TCP_MSS, TCP_WRITE_FLAG_COPY); in START_TEST() 553 err = tcp_write(pcb, data5, sizeof(data5), TCP_WRITE_FLAG_COPY); in START_TEST() 558 err = tcp_write(pcb, data5, sizeof(data5), TCP_WRITE_FLAG_COPY); in START_TEST() 563 err = tcp_write(pcb, data5, sizeof(data5), TCP_WRITE_FLAG_COPY); in START_TEST() 568 err = tcp_write(pcb, data5, sizeof(data5), TCP_WRITE_FLAG_COPY); in START_TEST() [all …]
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | altcp.h | 187 #define altcp_write tcp_write
|
| A D | tcp.h | 473 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,
|
| /lib/lwip/lwip/contrib/apps/tcpecho_raw/ |
| A D | tcpecho_raw.c | 109 wr_err = tcp_write(tpcb, ptr->payload, ptr->len, 1); in tcpecho_raw_send()
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 211 prevent creating many small pbufs when calling tcp_write with many small 213 space is used for later calls to tcp_write. 216 in tcp_write/udp_send.
|
| A D | CHANGELOG | 425 in tcp_write error path) 463 * tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290) 1128 * tcp_out.c: fixed bug #37184 tcp_write problem for pcbs in the SYN_SENT state 1692 in tcp_write. 1704 calling tcp_write with many small blocks of data. Instead, pbufs are 1706 tcp_write. 2064 into multiple calls to tcp_write.
|
| /lib/lwip/lwip/src/core/ |
| A D | altcp_tcp.c | 363 return tcp_write(pcb, dataptr, len, apiflags); in altcp_tcp_write()
|
| A D | tcp_out.c | 393 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) in tcp_write() function
|
| /lib/lwip/lwip/src/apps/lwiperf/ |
| A D | lwiperf.c | 336 err = tcp_write(conn->conn_pcb, txptr, txlen, apiflags); in lwiperf_tcp_client_send_more()
|
| /lib/lwip/lwip/src/api/ |
| A D | api_msg.c | 1716 err = tcp_write(conn->pcb.tcp, dataptr, len, apiflags);
|
Completed in 49 milliseconds