Searched defs:tpcb (Results 1 – 7 of 7) sorted by relevance
| /third_party/lwip/contrib/apps/tcpecho_raw/ |
| D | tcpecho_raw.c | 84 tcpecho_raw_close(struct tcp_pcb *tpcb, struct tcpecho_raw_state *es) in tcpecho_raw_close() 98 tcpecho_raw_send(struct tcp_pcb *tpcb, struct tcpecho_raw_state *es) in tcpecho_raw_send() 146 tcpecho_raw_poll(void *arg, struct tcp_pcb *tpcb) in tcpecho_raw_poll() 172 tcpecho_raw_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in tcpecho_raw_sent() 195 tcpecho_raw_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in tcpecho_raw_recv()
|
| /third_party/lwip/src/core/ |
| D | altcp_tcp.c | 61 #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() 174 altcp_tcp_setup_callbacks(struct altcp_pcb *conn, struct tcp_pcb *tpcb) in altcp_tcp_setup_callbacks() 187 altcp_tcp_setup(struct altcp_pcb *conn, struct tcp_pcb *tpcb) in altcp_tcp_setup() 199 struct tcp_pcb *tpcb = tcp_new_ip_type(ip_type); in altcp_tcp_new_ip_type() local 225 altcp_tcp_wrap(struct tcp_pcb *tpcb) in altcp_tcp_wrap()
|
| /third_party/lwip/src/apps/lwiperf/ |
| D | lwiperf.c | 355 lwiperf_tcp_client_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in lwiperf_tcp_client_sent() 370 lwiperf_tcp_client_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in lwiperf_tcp_client_connected() 457 lwiperf_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in lwiperf_tcp_recv() 579 lwiperf_tcp_poll(void *arg, struct tcp_pcb *tpcb) in lwiperf_tcp_poll()
|
| /third_party/lwip/src/apps/mqtt/ |
| D | mqtt.c | 234 mqtt_output_send(struct mqtt_ringbuf_t *rb, struct altcp_pcb *tpcb) in mqtt_output_send() 983 mqtt_tcp_sent_cb(void *arg, struct altcp_pcb *tpcb, u16_t len) in mqtt_tcp_sent_cb() 1034 mqtt_tcp_poll_cb(void *arg, struct altcp_pcb *tpcb) in mqtt_tcp_poll_cb() 1051 mqtt_tcp_connect_cb(void *arg, struct altcp_pcb *tpcb, err_t err) in mqtt_tcp_connect_cb()
|
| /third_party/lwip/src/include/lwip/priv/ |
| D | tcp_priv.h | 100 #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
|
| /third_party/lwip/src/api/ |
| D | api_msg.c | 975 struct tcp_pcb *tpcb; local
|
| /third_party/lwip/src/apps/http/ |
| D | http_client.c | 159 struct altcp_pcb* tpcb; in httpc_free_state() local
|