Home
last modified time | relevance | path

Searched refs:tpcb (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c187 int netstat_tcp_sendq(struct tcp_pcb *tpcb);
188 int netstat_tcp_recvq(struct tcp_pcb *tpcb);
2894 int netstat_tcp_recvq(struct tcp_pcb *tpcb) argument
2901 LWIP_ERROR("netstat_tcp_recvq: Received NULL pcb\n", (tpcb != NULL), return 0);
2904 conn = (struct netconn *)tpcb->callback_arg;
2925 int netstat_tcp_sendq(struct tcp_pcb *tpcb) argument
2930 LWIP_ERROR("netstat_tcp_sendq: Received NULL pcb\n", (tpcb != NULL), return 0);
2932 for (useg = tpcb->unacked; useg != NULL; useg = useg->next) {
3082 struct tcp_pcb *tpcb = NULL; local
3129 for (tpcb
[all...]

Completed in 4 milliseconds