Searched refs:sent (Results 1 – 7 of 7) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | tcp.h | 252 tcp_sent_fn sent; member 321 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
|
| D | tcp_impl.h | 221 if((pcb)->sent != NULL) \ 222 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
| /lib/liblwip/src/netif/ |
| D | ethernetif.c | 141 signal that packet should be sent();
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp.c | 621 u8_t sent; in test_tcp_tx_full_window_lost() local 623 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost() 625 EXPECT(sent == expected); in test_tcp_tx_full_window_lost()
|
| /lib/liblwip/src/core/ |
| D | tcp.c | 1406 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent() argument 1409 pcb->sent = sent; in tcp_sent()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 184 TCP data is sent by enqueueing the data with a call to 215 err_t (* sent)(void *arg, struct tcp_pcb *tpcb, 497 remain unchanged until sent. Because the send- (or write-)functions return
|
| /lib/liblwip/ |
| D | CHANGELOG | 251 is aggregated and sent to application 277 * tcp_out.c: fixed bug #33962 TF_FIN not always set after FIN is sent. (This 621 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr 622 must be sent link-local 1058 * tcp_in.c: Fixed bug #27215: TCP sent() callback gives leading and 1235 sent to mbox 1367 updates are calculated and sent (BUG20515) 1398 * dhcp.c: fixed bug #25345 (DHCPDECLINE is sent with "Maximum message size" 1491 host sent a zero mss as TCP option. 2195 * tcp.h, tcp.c, tcp_in.c: Fixed bug #21491: The MSS option sent (with SYN) [all …]
|