Home
last modified time | relevance | path

Searched defs:tpcb (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c61 #define ALTCP_TCP_ASSERT_CONN_PCB(conn, tpcb) do { \ argument
91 altcp_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in altcp_tcp_connected()
104 altcp_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in altcp_tcp_recv()
121 altcp_tcp_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in altcp_tcp_sent()
134 altcp_tcp_poll(void *arg, struct tcp_pcb *tpcb) in altcp_tcp_poll()
162 altcp_tcp_remove_callbacks(struct tcp_pcb *tpcb) in altcp_tcp_remove_callbacks()
172 altcp_tcp_setup_callbacks(struct altcp_pcb *conn, struct tcp_pcb *tpcb) in altcp_tcp_setup_callbacks()
183 altcp_tcp_setup(struct altcp_pcb *conn, struct tcp_pcb *tpcb) in altcp_tcp_setup()
195 struct tcp_pcb *tpcb = tcp_new_ip_type(ip_type); in altcp_tcp_new_ip_type() local
221 altcp_tcp_wrap(struct tcp_pcb *tpcb) in altcp_tcp_wrap()
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c354 lwiperf_tcp_client_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in lwiperf_tcp_client_sent()
369 lwiperf_tcp_client_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in lwiperf_tcp_client_connected()
456 lwiperf_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in lwiperf_tcp_recv()
573 lwiperf_tcp_poll(void *arg, struct tcp_pcb *tpcb) in lwiperf_tcp_poll()
/btstack/3rd-party/lwip/core/src/apps/mqtt/
H A Dmqtt.c234 mqtt_output_send(struct mqtt_ringbuf_t *rb, struct altcp_pcb *tpcb) in mqtt_output_send()
982 mqtt_tcp_sent_cb(void *arg, struct altcp_pcb *tpcb, u16_t len) in mqtt_tcp_sent_cb()
1033 mqtt_tcp_poll_cb(void *arg, struct altcp_pcb *tpcb) in mqtt_tcp_poll_cb()
1050 mqtt_tcp_connect_cb(void *arg, struct altcp_pcb *tpcb, err_t err) in mqtt_tcp_connect_cb()
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h100 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument
106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c928 struct tcp_pcb *tpcb; local
/btstack/3rd-party/lwip/core/src/apps/http/
H A Dhttp_client.c159 struct altcp_pcb* tpcb; in httpc_free_state() local