Searched defs:tpcb (Results 1 – 5 of 5) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ |
| D | altcp_tcp.c | 60 #define ALTCP_TCP_ASSERT_CONN_PCB(conn, tpcb) do { \ argument 90 altcp_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in altcp_tcp_connected() 103 altcp_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in altcp_tcp_recv() 120 altcp_tcp_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in altcp_tcp_sent() 133 altcp_tcp_poll(void *arg, struct tcp_pcb *tpcb) in altcp_tcp_poll() 161 altcp_tcp_remove_callbacks(struct tcp_pcb *tpcb) in altcp_tcp_remove_callbacks() 173 altcp_tcp_setup_callbacks(struct altcp_pcb *conn, struct tcp_pcb *tpcb) in altcp_tcp_setup_callbacks() 186 altcp_tcp_setup(struct altcp_pcb *conn, struct tcp_pcb *tpcb) in altcp_tcp_setup() 198 struct tcp_pcb *tpcb = tcp_new_ip_type(ip_type); in altcp_tcp_new_ip_type() local 224 altcp_tcp_wrap(struct tcp_pcb *tpcb) in altcp_tcp_wrap()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/api/nettool/ |
| D | netstat.c | 215 netstat_tcp_recvq(struct tcp_pcb *tpcb) in netstat_tcp_recvq() 247 netstat_tcp_sendq(struct tcp_pcb *tpcb) in netstat_tcp_sendq() 610 struct tcp_pcb *tpcb = NULL; in print_netstat_tcp() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | tcp_priv.h | 102 #define tcp_nagle_minshall_check(tpcb) (TCP_SEQ_GT(tpcb->snd_sml, tpcb->lastack) && TCP_SEQ_LEQ(tpc… argument 114 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument 120 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/priv/ |
| D | tcp_priv.h | 99 #define tcp_nagle_minshall_check(tpcb) (TCP_SEQ_GT(tpcb->snd_sml, tpcb->lastack) && \ argument 112 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument 118 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/api/ |
| D | api_msg.c | 1153 struct tcp_pcb *tpcb; local
|