Searched refs:recv_data (Results 1 – 1 of 1) sorted by relevance
70 static struct pbuf *recv_data; variable285 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()1321 recv_data = inseg.p;1351 if (recv_data) {1352 pbuf_cat(recv_data, cseg->p);[all …]
Completed in 4 milliseconds