Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp_in.c70 static struct pbuf *recv_data; variable
285 recv_data = NULL; in tcp_input()
339 if (recv_data != NULL) { in tcp_input()
344 pbuf_free(recv_data); in tcp_input()
350 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err); in tcp_input()
357 pcb->refused_data = recv_data; in tcp_input()
395 recv_data = NULL; in tcp_input()
1313 recv_data = inseg.p; in tcp_receive()
1343 if (recv_data) { in tcp_receive()
1344 pbuf_cat(recv_data, cseg->p); in tcp_receive()
[all …]