Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c178 static err_t lwiperf_tcp_poll(void *arg, struct tcp_pcb *tpcb);
423 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tx_start_impl()
573 lwiperf_tcp_poll(void *arg, struct tcp_pcb *tpcb) in lwiperf_tcp_poll() function
629 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tcp_accept()