Searched refs:tcp_write (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/core/lwip/ |
D | UPGRADING | 67 prevent creating many small pbufs when calling tcp_write with many small 69 space is used for later calls to tcp_write. 72 in tcp_write/udp_send.
|
D | CHANGELOG | 107 in tcp_write. 119 calling tcp_write with many small blocks of data. Instead, pbufs are 121 tcp_write. 479 into multiple calls to tcp_write.
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 183 tcp_write(). When the data is successfully transmitted to the remote 187 - err_t tcp_write(struct tcp_pcb *pcb, void *dataptr, u16_t len, 197 The tcp_write() function will fail and return ERR_MEM if the length 250 if a call to tcp_write() has failed because memory wasn't available, 251 the application may use the polling functionality to call tcp_write() 502 Also, data passed to tcp_write without the copy-flag must not be changed!
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcp.h | 356 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,
|
/external/syslinux/core/lwip/src/core/ |
D | tcp_out.c | 351 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) in tcp_write() function
|
/external/syslinux/core/lwip/src/api/ |
D | api_msg.c | 1238 err = tcp_write(conn->pcb.tcp, dataptr, len, apiflags);
|