Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Daltcp_tcp.c168 tcp_poll(tpcb, NULL, tpcb->pollinterval); in altcp_tcp_remove_callbacks()
244 tcp_poll(pcb, altcp_tcp_poll, interval); in altcp_tcp_set_poll()
332 tcp_poll(pcb, oldpoll, pcb->pollinterval); in altcp_tcp_close()
Dtcp.c2109 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c257 tcp_poll(conn->conn_pcb, NULL, 0); in lwiperf_tcp_close()
423 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tx_start_impl()
629 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tcp_accept()
/third_party/lwip/src/include/lwip/
Daltcp.h171 #define altcp_poll tcp_poll
Dtcp.h421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/third_party/lwip/src/api/
Dapi_msg.c522 tcp_poll(pcb, poll_tcp, NETCONN_TCP_POLL_INTERVAL);
584 tcp_poll(pcb, NULL, 0);
974 tcp_poll(tpcb, NULL, 0);
1097 tcp_poll(tpcb, poll_tcp, 1);
/third_party/lwip/
DCHANGELOG1791 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in