Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/tcp/
Dtest_tcp.c322 u16_t i, sent_total = 0; in START_TEST() local
355 err = tcp_write(pcb, &tx_data[sent_total], TCP_MSS, TCP_WRITE_FLAG_COPY); in START_TEST()
357 sent_total += TCP_MSS; in START_TEST()
419 u16_t i, sent_total = 0; in START_TEST() local
454 err = tcp_write(pcb, &tx_data[sent_total], TCP_MSS, TCP_WRITE_FLAG_COPY); in START_TEST()
456 sent_total += TCP_MSS; in START_TEST()
507 u16_t sent_total, i; in test_tcp_tx_full_window_lost() local
540 sent_total = 0; in test_tcp_tx_full_window_lost()
543 err = tcp_write(pcb, &tx_data[sent_total], initial_data_len, TCP_WRITE_FLAG_COPY); in test_tcp_tx_full_window_lost()
550 sent_total += initial_data_len; in test_tcp_tx_full_window_lost()
[all …]