Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Daltcp_tcp.c166 tcp_poll(tpcb, NULL, tpcb->pollinterval); in altcp_tcp_remove_callbacks()
239 tcp_poll(pcb, altcp_tcp_poll, interval); in altcp_tcp_set_poll()
327 tcp_poll(pcb, oldpoll, pcb->pollinterval); in altcp_tcp_close()
H A Dtcp.c2107 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/lwiperf/
H A Dlwiperf.c229 tcp_poll(conn->conn_pcb, NULL, 0); in lwiperf_tcp_close()
389 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tx_start()
562 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tcp_accept()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/lwiperf/
H A 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Daltcp.h166 #define altcp_poll tcp_poll
H A Dtcp.h421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h362 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_msg.c421 tcp_poll(pcb, poll_tcp, 4);
464 tcp_poll(pcb, NULL, 4);
780 tcp_poll(conn->pcb.tcp, NULL, 4);
815 tcp_poll(conn->pcb.tcp, poll_tcp, 4);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dapi_msg.c458 tcp_poll(pcb, poll_tcp, NETCONN_TCP_POLL_INTERVAL);
521 tcp_poll(pcb, NULL, 0);
870 tcp_poll(tpcb, NULL, 0);
994 tcp_poll(tpcb, poll_tcp, 1);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_msg.c522 tcp_poll(pcb, poll_tcp, NETCONN_TCP_POLL_INTERVAL);
584 tcp_poll(pcb, NULL, 0);
971 tcp_poll(tpcb, NULL, 0);
1094 tcp_poll(tpcb, poll_tcp, 1);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dhttpd.c605 tcp_poll(pcb, NULL, 0); in http_close_or_abort_conn()
619 tcp_poll(pcb, http_poll, HTTPD_POLL_INTERVAL); in http_close_or_abort_conn()
2546 tcp_poll(pcb, http_poll, HTTPD_POLL_INTERVAL);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mqtt/
H A Dmqtt.c986 tcp_poll(tpcb, mqtt_tcp_poll_cb, 2); in mqtt_tcp_connect_cb()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtcp.c1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp.c1788 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt260 - void tcp_poll(struct tcp_pcb *pcb,
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt281 - void tcp_poll(struct tcp_pcb *pcb,
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG592 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG1519 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG1736 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in